Shades of Iris Blue #0DBDDB
Tints of Iris Blue #0DBDDB
RGB
CMYK
RGB Variations
Color information
#0DBDDB (or 0x0DBDDB) is known color: Iris Blue. HEX triplet: 0D, BD and DB. RGB value is (13,189,219). Sum of RGB (Red+Green+Blue) = 13+189+219=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDDB is #F24224. Grayscale: #8B8B8B. Windows color (decimal): -15876645 or 14400781. OLE color: 14400781.
HSL color Cylindrical-coordinate representation of color #0DBDDB: hue angle of 188.74º 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 #0DBDDB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 189 | 219 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.14 |
| HSL | 188.74º | 0.89% | 0.45% | - |
| HSV(B) | 188.74º | 0.94% | 0.86% | - |
| XYZ | 31.15 | 41.6 | 73.4 | - |
| YUV | 139.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 219 | 0.94 | 0.14 | 0 | 0.14 | 188.74 | 0.89 | 0.45 |
| Hex | D | BD | DB | 5E | E | 0 | E | BD | 59 | 2D |
| Octal | 15 | 275 | 333 | 136 | 16 | 0 | 16 | 275 | 131 | 55 |
| Binary | 1101 | 10111101 | 11011011 | 1011110 | 1110 | 0 | 1110 | 10111101 | 1011001 | 101101 |
Color Harmonies of #0DBDDB
Complementary color
Monochromatic Colors of #0DBDDB
Black with #0DBDDB
Text Example
Text Example
White with #0DBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDDB; }
p { color: rgb(13,189,219); }
H1.HeaderClassName
{
color: #0DBDDB;
}
.AnyTagClassName
{
color: #0DBDDB;
}
</style>
background-color css
<style>
a { background-color: #0DBDDB; }
a { background-color: rgb(13,189,219); }
div.DivClassName
{
background-color: #0DBDDB;
}
.BgClassName
{
background-color: #0DBDDB;
}
</style>
border-color css
<style>
span { border-color: #0DBDDB; }
span { border-color: rgb(13,189,219); }
td.TdClassName
{
border-color: #0DBDDB;
}
.TagClassName
{
border-color: #0DBDDB;
}
</style>