Shades of Iris Blue #0DB2CA
Tints of Iris Blue #0DB2CA
RGB
CMYK
RGB Variations
Color information
#0DB2CA (or 0x0DB2CA) is known color: Iris Blue. HEX triplet: 0D, B2 and CA. RGB value is (13,178,202). Sum of RGB (Red+Green+Blue) = 13+178+202=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DB2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2CA is #F24D35. Grayscale: #838383. Windows color (decimal): -15879478 or 13283853. OLE color: 13283853.
HSL color Cylindrical-coordinate representation of color #0DB2CA: hue angle of 187.62º 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 #0DB2CA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 178 | 202 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.21 |
| HSL | 187.62º | 0.88% | 0.42% | - |
| HSV(B) | 187.62º | 0.94% | 0.79% | - |
| XYZ | 26.75 | 36.19 | 61.45 | - |
| YUV | 131.4 | 167.84 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 202 | 0.94 | 0.12 | 0 | 0.21 | 187.62 | 0.88 | 0.42 |
| Hex | D | B2 | CA | 5E | C | 0 | 15 | BC | 58 | 2A |
| Octal | 15 | 262 | 312 | 136 | 14 | 0 | 25 | 274 | 130 | 52 |
| Binary | 1101 | 10110010 | 11001010 | 1011110 | 1100 | 0 | 10101 | 10111100 | 1011000 | 101010 |
Color Harmonies of #0DB2CA
Complementary color
Monochromatic Colors of #0DB2CA
Black with #0DB2CA
Text Example
Text Example
White with #0DB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2CA; }
p { color: rgb(13,178,202); }
H1.HeaderClassName
{
color: #0DB2CA;
}
.AnyTagClassName
{
color: #0DB2CA;
}
</style>
background-color css
<style>
a { background-color: #0DB2CA; }
a { background-color: rgb(13,178,202); }
div.DivClassName
{
background-color: #0DB2CA;
}
.BgClassName
{
background-color: #0DB2CA;
}
</style>
border-color css
<style>
span { border-color: #0DB2CA; }
span { border-color: rgb(13,178,202); }
td.TdClassName
{
border-color: #0DB2CA;
}
.TagClassName
{
border-color: #0DB2CA;
}
</style>