#0DB8C0

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

Shades of Iris Blue #0DB8C0

Tints of Iris Blue #0DB8C0

Color information

#0DB8C0 (or 0x0DB8C0) is unknown color: approx Iris Blue. HEX triplet: 0D, B8 and C0. RGB value is (13,184,192). Sum of RGB (Red+Green+Blue) = 13+184+192=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DB8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB8C0 is #F2473F. Grayscale: #858585. Windows color (decimal): -15877952 or 12630029. OLE color: 12630029.

HSL color Cylindrical-coordinate representation of color #0DB8C0: hue angle of 182.68º 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 #0DB8C0 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13184192-
CMYK0.930.0400.25
HSL182.68º87.32%40.2%-
HSV(B)182.68º93.23%75.29%-
XYZ26.8238.1755.82-
YUV133.78160.8541.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.34%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=3.34%
G=47.30%
B=49.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131841920.930.0400.25182.6887.3240.2
HexDB8C05D4019b75728
Octal15270300135403126712750
Binary110110111000110000001011101100011001101101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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