Shades of Iris Blue #0DBBDB
Tints of Iris Blue #0DBBDB
RGB
CMYK
RGB Variations
Color information
#0DBBDB (or 0x0DBBDB) is known color: Iris Blue. HEX triplet: 0D, BB and DB. RGB value is (13,187,219). Sum of RGB (Red+Green+Blue) = 13+187+219=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBDB is #F24424. Grayscale: #8A8A8A. Windows color (decimal): -15877157 or 14400269. OLE color: 14400269.
HSL color Cylindrical-coordinate representation of color #0DBBDB: hue angle of 189.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBDB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 187 | 219 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.14 |
| HSL | 189.32º | 0.89% | 0.45% | - |
| HSV(B) | 189.32º | 0.94% | 0.86% | - |
| XYZ | 30.72 | 40.74 | 73.26 | - |
| YUV | 138.62 | 173.35 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 219 | 0.94 | 0.15 | 0 | 0.14 | 189.32 | 0.89 | 0.45 |
| Hex | D | BB | DB | 5E | F | 0 | E | BD | 59 | 2D |
| Octal | 15 | 273 | 333 | 136 | 17 | 0 | 16 | 275 | 131 | 55 |
| Binary | 1101 | 10111011 | 11011011 | 1011110 | 1111 | 0 | 1110 | 10111101 | 1011001 | 101101 |
Color Harmonies of #0DBBDB
Complementary color
Monochromatic Colors of #0DBBDB
Black with #0DBBDB
Text Example
Text Example
White with #0DBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBDB; }
p { color: rgb(13,187,219); }
H1.HeaderClassName
{
color: #0DBBDB;
}
.AnyTagClassName
{
color: #0DBBDB;
}
</style>
background-color css
<style>
a { background-color: #0DBBDB; }
a { background-color: rgb(13,187,219); }
div.DivClassName
{
background-color: #0DBBDB;
}
.BgClassName
{
background-color: #0DBBDB;
}
</style>
border-color css
<style>
span { border-color: #0DBBDB; }
span { border-color: rgb(13,187,219); }
td.TdClassName
{
border-color: #0DBBDB;
}
.TagClassName
{
border-color: #0DBBDB;
}
</style>