Shades of Iris Blue #0DB2CB
Tints of Iris Blue #0DB2CB
RGB
CMYK
RGB Variations
Color information
#0DB2CB (or 0x0DB2CB) is known color: Iris Blue. HEX triplet: 0D, B2 and CB. RGB value is (13,178,203). Sum of RGB (Red+Green+Blue) = 13+178+203=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DB2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2CB is #F24D34. Grayscale: #838383. Windows color (decimal): -15879477 or 13349389. OLE color: 13349389.
HSL color Cylindrical-coordinate representation of color #0DB2CB: hue angle of 187.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB2CB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 178 | 203 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.20 |
| HSL | 187.89º | 0.88% | 0.42% | - |
| HSV(B) | 187.89º | 0.94% | 0.8% | - |
| XYZ | 26.87 | 36.24 | 62.08 | - |
| YUV | 131.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 203 | 0.94 | 0.12 | 0 | 0.20 | 187.89 | 0.88 | 0.42 |
| Hex | D | B2 | CB | 5E | C | 0 | 14 | BC | 58 | 2A |
| Octal | 15 | 262 | 313 | 136 | 14 | 0 | 24 | 274 | 130 | 52 |
| Binary | 1101 | 10110010 | 11001011 | 1011110 | 1100 | 0 | 10100 | 10111100 | 1011000 | 101010 |
Color Harmonies of #0DB2CB
Complementary color
Monochromatic Colors of #0DB2CB
Black with #0DB2CB
Text Example
Text Example
White with #0DB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2CB; }
p { color: rgb(13,178,203); }
H1.HeaderClassName
{
color: #0DB2CB;
}
.AnyTagClassName
{
color: #0DB2CB;
}
</style>
background-color css
<style>
a { background-color: #0DB2CB; }
a { background-color: rgb(13,178,203); }
div.DivClassName
{
background-color: #0DB2CB;
}
.BgClassName
{
background-color: #0DB2CB;
}
</style>
border-color css
<style>
span { border-color: #0DB2CB; }
span { border-color: rgb(13,178,203); }
td.TdClassName
{
border-color: #0DB2CB;
}
.TagClassName
{
border-color: #0DB2CB;
}
</style>