Shades of Iris Blue #0DB8CA
Tints of Iris Blue #0DB8CA
RGB
CMYK
RGB Variations
Color information
#0DB8CA (or 0x0DB8CA) is known color: Iris Blue. HEX triplet: 0D, B8 and CA. RGB value is (13,184,202). Sum of RGB (Red+Green+Blue) = 13+184+202=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DB8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB8CA is #F24735. Grayscale: #868686. Windows color (decimal): -15877942 or 13285389. OLE color: 13285389.
HSL color Cylindrical-coordinate representation of color #0DB8CA: hue angle of 185.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB8CA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 184 | 202 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.21 |
| HSL | 185.71º | 0.88% | 0.42% | - |
| HSV(B) | 185.71º | 0.94% | 0.79% | - |
| XYZ | 27.97 | 38.63 | 61.86 | - |
| YUV | 134.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 202 | 0.94 | 0.09 | 0 | 0.21 | 185.71 | 0.88 | 0.42 |
| Hex | D | B8 | CA | 5E | 9 | 0 | 15 | BA | 58 | 2A |
| Octal | 15 | 270 | 312 | 136 | 11 | 0 | 25 | 272 | 130 | 52 |
| Binary | 1101 | 10111000 | 11001010 | 1011110 | 1001 | 0 | 10101 | 10111010 | 1011000 | 101010 |
Color Harmonies of #0DB8CA
Complementary color
Monochromatic Colors of #0DB8CA
Black with #0DB8CA
Text Example
Text Example
White with #0DB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8CA; }
p { color: rgb(13,184,202); }
H1.HeaderClassName
{
color: #0DB8CA;
}
.AnyTagClassName
{
color: #0DB8CA;
}
</style>
background-color css
<style>
a { background-color: #0DB8CA; }
a { background-color: rgb(13,184,202); }
div.DivClassName
{
background-color: #0DB8CA;
}
.BgClassName
{
background-color: #0DB8CA;
}
</style>
border-color css
<style>
span { border-color: #0DB8CA; }
span { border-color: rgb(13,184,202); }
td.TdClassName
{
border-color: #0DB8CA;
}
.TagClassName
{
border-color: #0DB8CA;
}
</style>