Shades of Iris Blue #0DB5C9
Tints of Iris Blue #0DB5C9
RGB
CMYK
RGB Variations
Color information
#0DB5C9 (or 0x0DB5C9) is known color: Iris Blue. HEX triplet: 0D, B5 and C9. RGB value is (13,181,201). Sum of RGB (Red+Green+Blue) = 13+181+201=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #0DB5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5C9 is #F24A36. Grayscale: #848484. Windows color (decimal): -15878711 or 13219085. OLE color: 13219085.
HSL color Cylindrical-coordinate representation of color #0DB5C9: hue angle of 186.38º 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 #0DB5C9 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 181 | 201 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.21 |
| HSL | 186.38º | 0.88% | 0.42% | - |
| HSV(B) | 186.38º | 0.94% | 0.79% | - |
| XYZ | 27.23 | 37.35 | 61.03 | - |
| YUV | 133.05 | 166.34 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 201 | 0.94 | 0.10 | 0 | 0.21 | 186.38 | 0.88 | 0.42 |
| Hex | D | B5 | C9 | 5E | A | 0 | 15 | BA | 58 | 2A |
| Octal | 15 | 265 | 311 | 136 | 12 | 0 | 25 | 272 | 130 | 52 |
| Binary | 1101 | 10110101 | 11001001 | 1011110 | 1010 | 0 | 10101 | 10111010 | 1011000 | 101010 |
Color Harmonies of #0DB5C9
Complementary color
Monochromatic Colors of #0DB5C9
Black with #0DB5C9
Text Example
Text Example
White with #0DB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5C9; }
p { color: rgb(13,181,201); }
H1.HeaderClassName
{
color: #0DB5C9;
}
.AnyTagClassName
{
color: #0DB5C9;
}
</style>
background-color css
<style>
a { background-color: #0DB5C9; }
a { background-color: rgb(13,181,201); }
div.DivClassName
{
background-color: #0DB5C9;
}
.BgClassName
{
background-color: #0DB5C9;
}
</style>
border-color css
<style>
span { border-color: #0DB5C9; }
span { border-color: rgb(13,181,201); }
td.TdClassName
{
border-color: #0DB5C9;
}
.TagClassName
{
border-color: #0DB5C9;
}
</style>