Shades of Iris Blue #0DBBC9
Tints of Iris Blue #0DBBC9
RGB
CMYK
RGB Variations
Color information
#0DBBC9 (or 0x0DBBC9) is known color: Iris Blue. HEX triplet: 0D, BB and C9. RGB value is (13,187,201). Sum of RGB (Red+Green+Blue) = 13+187+201=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #0DBBC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBC9 is #F24436. Grayscale: #888888. Windows color (decimal): -15877175 or 13220621. OLE color: 13220621.
HSL color Cylindrical-coordinate representation of color #0DBBC9: hue angle of 184.47º 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 #0DBBC9 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 187 | 201 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.21 |
| HSL | 184.47º | 0.88% | 0.42% | - |
| HSV(B) | 184.47º | 0.94% | 0.79% | - |
| XYZ | 28.48 | 39.84 | 61.45 | - |
| YUV | 136.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 201 | 0.94 | 0.07 | 0 | 0.21 | 184.47 | 0.88 | 0.42 |
| Hex | D | BB | C9 | 5E | 7 | 0 | 15 | B8 | 58 | 2A |
| Octal | 15 | 273 | 311 | 136 | 7 | 0 | 25 | 270 | 130 | 52 |
| Binary | 1101 | 10111011 | 11001001 | 1011110 | 111 | 0 | 10101 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBBC9
Complementary color
Monochromatic Colors of #0DBBC9
Black with #0DBBC9
Text Example
Text Example
White with #0DBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBC9; }
p { color: rgb(13,187,201); }
H1.HeaderClassName
{
color: #0DBBC9;
}
.AnyTagClassName
{
color: #0DBBC9;
}
</style>
background-color css
<style>
a { background-color: #0DBBC9; }
a { background-color: rgb(13,187,201); }
div.DivClassName
{
background-color: #0DBBC9;
}
.BgClassName
{
background-color: #0DBBC9;
}
</style>
border-color css
<style>
span { border-color: #0DBBC9; }
span { border-color: rgb(13,187,201); }
td.TdClassName
{
border-color: #0DBBC9;
}
.TagClassName
{
border-color: #0DBBC9;
}
</style>