Shades of Iris Blue #0DB3DB
Tints of Iris Blue #0DB3DB
RGB
CMYK
RGB Variations
Color information
#0DB3DB (or 0x0DB3DB) is known color: Iris Blue. HEX triplet: 0D, B3 and DB. RGB value is (13,179,219). Sum of RGB (Red+Green+Blue) = 13+179+219=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3DB is #F24C24. Grayscale: #858585. Windows color (decimal): -15879205 or 14398221. OLE color: 14398221.
HSL color Cylindrical-coordinate representation of color #0DB3DB: hue angle of 191.65º 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 #0DB3DB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 179 | 219 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.14 |
| HSL | 191.65º | 0.89% | 0.45% | - |
| HSV(B) | 191.65º | 0.94% | 0.86% | - |
| XYZ | 29.07 | 37.44 | 72.71 | - |
| YUV | 133.93 | 176 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 219 | 0.94 | 0.18 | 0 | 0.14 | 191.65 | 0.89 | 0.45 |
| Hex | D | B3 | DB | 5E | 12 | 0 | E | C0 | 59 | 2D |
| Octal | 15 | 263 | 333 | 136 | 22 | 0 | 16 | 300 | 131 | 55 |
| Binary | 1101 | 10110011 | 11011011 | 1011110 | 10010 | 0 | 1110 | 11000000 | 1011001 | 101101 |
Color Harmonies of #0DB3DB
Complementary color
Monochromatic Colors of #0DB3DB
Black with #0DB3DB
Text Example
Text Example
White with #0DB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3DB; }
p { color: rgb(13,179,219); }
H1.HeaderClassName
{
color: #0DB3DB;
}
.AnyTagClassName
{
color: #0DB3DB;
}
</style>
background-color css
<style>
a { background-color: #0DB3DB; }
a { background-color: rgb(13,179,219); }
div.DivClassName
{
background-color: #0DB3DB;
}
.BgClassName
{
background-color: #0DB3DB;
}
</style>
border-color css
<style>
span { border-color: #0DB3DB; }
span { border-color: rgb(13,179,219); }
td.TdClassName
{
border-color: #0DB3DB;
}
.TagClassName
{
border-color: #0DB3DB;
}
</style>