Shades of Iris Blue #0DBBD9
Tints of Iris Blue #0DBBD9
RGB
CMYK
RGB Variations
Color information
#0DBBD9 (or 0x0DBBD9) is known color: Iris Blue. HEX triplet: 0D, BB and D9. RGB value is (13,187,217). Sum of RGB (Red+Green+Blue) = 13+187+217=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #0DBBD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBD9 is #F24426. Grayscale: #8A8A8A. Windows color (decimal): -15877159 or 14269197. OLE color: 14269197.
HSL color Cylindrical-coordinate representation of color #0DBBD9: hue angle of 188.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBD9 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 187 | 217 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.15 |
| HSL | 188.82º | 0.89% | 0.45% | - |
| HSV(B) | 188.82º | 0.94% | 0.85% | - |
| XYZ | 30.46 | 40.64 | 71.88 | - |
| YUV | 138.39 | 172.35 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 217 | 0.94 | 0.14 | 0 | 0.15 | 188.82 | 0.89 | 0.45 |
| Hex | D | BB | D9 | 5E | E | 0 | F | BD | 59 | 2D |
| Octal | 15 | 273 | 331 | 136 | 16 | 0 | 17 | 275 | 131 | 55 |
| Binary | 1101 | 10111011 | 11011001 | 1011110 | 1110 | 0 | 1111 | 10111101 | 1011001 | 101101 |
Color Harmonies of #0DBBD9
Complementary color
Monochromatic Colors of #0DBBD9
Black with #0DBBD9
Text Example
Text Example
White with #0DBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBD9; }
p { color: rgb(13,187,217); }
H1.HeaderClassName
{
color: #0DBBD9;
}
.AnyTagClassName
{
color: #0DBBD9;
}
</style>
background-color css
<style>
a { background-color: #0DBBD9; }
a { background-color: rgb(13,187,217); }
div.DivClassName
{
background-color: #0DBBD9;
}
.BgClassName
{
background-color: #0DBBD9;
}
</style>
border-color css
<style>
span { border-color: #0DBBD9; }
span { border-color: rgb(13,187,217); }
td.TdClassName
{
border-color: #0DBBD9;
}
.TagClassName
{
border-color: #0DBBD9;
}
</style>