Shades of Iris Blue #0DBEDB
Tints of Iris Blue #0DBEDB
RGB
CMYK
RGB Variations
Color information
#0DBEDB (or 0x0DBEDB) is known color: Iris Blue. HEX triplet: 0D, BE and DB. RGB value is (13,190,219). Sum of RGB (Red+Green+Blue) = 13+190+219=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEDB is #F24124. Grayscale: #8C8C8C. Windows color (decimal): -15876389 or 14401037. OLE color: 14401037.
HSL color Cylindrical-coordinate representation of color #0DBEDB: hue angle of 188.45º 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 #0DBEDB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 190 | 219 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.45º | 0.89% | 0.45% | - |
| HSV(B) | 188.45º | 0.94% | 0.86% | - |
| XYZ | 31.37 | 42.03 | 73.48 | - |
| YUV | 140.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 219 | 0.94 | 0.13 | 0 | 0.14 | 188.45 | 0.89 | 0.45 |
| Hex | D | BE | DB | 5E | D | 0 | E | BC | 59 | 2D |
| Octal | 15 | 276 | 333 | 136 | 15 | 0 | 16 | 274 | 131 | 55 |
| Binary | 1101 | 10111110 | 11011011 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DBEDB
Complementary color
Monochromatic Colors of #0DBEDB
Black with #0DBEDB
Text Example
Text Example
White with #0DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEDB; }
p { color: rgb(13,190,219); }
H1.HeaderClassName
{
color: #0DBEDB;
}
.AnyTagClassName
{
color: #0DBEDB;
}
</style>
background-color css
<style>
a { background-color: #0DBEDB; }
a { background-color: rgb(13,190,219); }
div.DivClassName
{
background-color: #0DBEDB;
}
.BgClassName
{
background-color: #0DBEDB;
}
</style>
border-color css
<style>
span { border-color: #0DBEDB; }
span { border-color: rgb(13,190,219); }
td.TdClassName
{
border-color: #0DBEDB;
}
.TagClassName
{
border-color: #0DBEDB;
}
</style>