Shades of Iris Blue #0DACDD
Tints of Iris Blue #0DACDD
RGB
CMYK
RGB Variations
Color information
#0DACDD (or 0x0DACDD) is known color: Iris Blue. HEX triplet: 0D, AC and DD. RGB value is (13,172,221). Sum of RGB (Red+Green+Blue) = 13+172+221=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACDD is #F25322. Grayscale: #818181. Windows color (decimal): -15880995 or 14527501. OLE color: 14527501.
HSL color Cylindrical-coordinate representation of color #0DACDD: hue angle of 194.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACDD is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 172 | 221 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.13 |
| HSL | 194.13º | 0.89% | 0.46% | - |
| HSV(B) | 194.13º | 0.94% | 0.87% | - |
| XYZ | 27.97 | 34.81 | 73.65 | - |
| YUV | 130.05 | 179.32 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 221 | 0.94 | 0.22 | 0 | 0.13 | 194.13 | 0.89 | 0.46 |
| Hex | D | AC | DD | 5E | 16 | 0 | D | C2 | 59 | 2E |
| Octal | 15 | 254 | 335 | 136 | 26 | 0 | 15 | 302 | 131 | 56 |
| Binary | 1101 | 10101100 | 11011101 | 1011110 | 10110 | 0 | 1101 | 11000010 | 1011001 | 101110 |
Color Harmonies of #0DACDD
Complementary color
Monochromatic Colors of #0DACDD
Black with #0DACDD
Text Example
Text Example
White with #0DACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACDD; }
p { color: rgb(13,172,221); }
H1.HeaderClassName
{
color: #0DACDD;
}
.AnyTagClassName
{
color: #0DACDD;
}
</style>
background-color css
<style>
a { background-color: #0DACDD; }
a { background-color: rgb(13,172,221); }
div.DivClassName
{
background-color: #0DACDD;
}
.BgClassName
{
background-color: #0DACDD;
}
</style>
border-color css
<style>
span { border-color: #0DACDD; }
span { border-color: rgb(13,172,221); }
td.TdClassName
{
border-color: #0DACDD;
}
.TagClassName
{
border-color: #0DACDD;
}
</style>