Shades of Iris Blue #0DAADB
Tints of Iris Blue #0DAADB
RGB
CMYK
RGB Variations
Color information
#0DAADB (or 0x0DAADB) is known color: Iris Blue. HEX triplet: 0D, AA and DB. RGB value is (13,170,219). Sum of RGB (Red+Green+Blue) = 13+170+219=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DAADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAADB is #F25524. Grayscale: #808080. Windows color (decimal): -15881509 or 14395917. OLE color: 14395917.
HSL color Cylindrical-coordinate representation of color #0DAADB: hue angle of 194.27º 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 #0DAADB is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 170 | 219 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.14 |
| HSL | 194.27º | 0.89% | 0.45% | - |
| HSV(B) | 194.27º | 0.94% | 0.86% | - |
| XYZ | 27.33 | 33.95 | 72.13 | - |
| YUV | 128.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 219 | 0.94 | 0.22 | 0 | 0.14 | 194.27 | 0.89 | 0.45 |
| Hex | D | AA | DB | 5E | 16 | 0 | E | C2 | 59 | 2D |
| Octal | 15 | 252 | 333 | 136 | 26 | 0 | 16 | 302 | 131 | 55 |
| Binary | 1101 | 10101010 | 11011011 | 1011110 | 10110 | 0 | 1110 | 11000010 | 1011001 | 101101 |
Color Harmonies of #0DAADB
Complementary color
Monochromatic Colors of #0DAADB
Black with #0DAADB
Text Example
Text Example
White with #0DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAADB; }
p { color: rgb(13,170,219); }
H1.HeaderClassName
{
color: #0DAADB;
}
.AnyTagClassName
{
color: #0DAADB;
}
</style>
background-color css
<style>
a { background-color: #0DAADB; }
a { background-color: rgb(13,170,219); }
div.DivClassName
{
background-color: #0DAADB;
}
.BgClassName
{
background-color: #0DAADB;
}
</style>
border-color css
<style>
span { border-color: #0DAADB; }
span { border-color: rgb(13,170,219); }
td.TdClassName
{
border-color: #0DAADB;
}
.TagClassName
{
border-color: #0DAADB;
}
</style>