#0DB7C0

Color #0DB7C0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0DB7C0

Tints of Iris Blue #0DB7C0

Color information

#0DB7C0 (or 0x0DB7C0) is unknown color: approx Iris Blue. HEX triplet: 0D, B7 and C0. RGB value is (13,183,192). Sum of RGB (Red+Green+Blue) = 13+183+192=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DB7C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7C0 is #F2483F. Grayscale: #848484. Windows color (decimal): -15878208 or 12629773. OLE color: 12629773.

HSL color Cylindrical-coordinate representation of color #0DB7C0: hue angle of 183.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB7C0 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13183192-
CMYK0.930.0500.25
HSL183.02º87.32%40.2%-
HSV(B)183.02º93.23%75.29%-
XYZ26.6137.7655.75-
YUV133.2161.1842.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 3.35%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=3.35%
G=47.16%
B=49.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131831920.930.0500.25183.0287.3240.2
HexDB7C05D5019b75728
Octal15267300135503126712750
Binary110110110111110000001011101101011001101101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB7C0; }

 p { color: rgb(13,183,192); }

 H1.HeaderClassName
 {
   color: #0DB7C0;
 }
 .AnyTagClassName
 {
   color: #0DB7C0;
 }
</style>
background-color css

<style>
 a { background-color: #0DB7C0; }

 a { background-color: rgb(13,183,192); }

 div.DivClassName
 {
   background-color: #0DB7C0;
 }
 .BgClassName
 {
   background-color: #0DB7C0;
 }
</style>
border-color css

<style>
 span { border-color: #0DB7C0; }

 span { border-color: rgb(13,183,192); }

 td.TdClassName
 {
   border-color: #0DB7C0;
 }
 .TagClassName
 {
   border-color: #0DB7C0;
 }
</style>