Shades of Iris Blue #0DACDC
Tints of Iris Blue #0DACDC
RGB
CMYK
RGB Variations
Color information
#0DACDC (or 0x0DACDC) is known color: Iris Blue. HEX triplet: 0D, AC and DC. RGB value is (13,172,220). Sum of RGB (Red+Green+Blue) = 13+172+220=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACDC is #F25323. Grayscale: #818181. Windows color (decimal): -15880996 or 14461965. OLE color: 14461965.
HSL color Cylindrical-coordinate representation of color #0DACDC: hue angle of 193.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACDC is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 172 | 220 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.14 |
| HSL | 193.91º | 0.89% | 0.46% | - |
| HSV(B) | 193.91º | 0.94% | 0.86% | - |
| XYZ | 27.84 | 34.76 | 72.95 | - |
| YUV | 129.93 | 178.82 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 220 | 0.94 | 0.22 | 0 | 0.14 | 193.91 | 0.89 | 0.46 |
| Hex | D | AC | DC | 5E | 16 | 0 | E | C2 | 59 | 2E |
| Octal | 15 | 254 | 334 | 136 | 26 | 0 | 16 | 302 | 131 | 56 |
| Binary | 1101 | 10101100 | 11011100 | 1011110 | 10110 | 0 | 1110 | 11000010 | 1011001 | 101110 |
Color Harmonies of #0DACDC
Complementary color
Monochromatic Colors of #0DACDC
Black with #0DACDC
Text Example
Text Example
White with #0DACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACDC; }
p { color: rgb(13,172,220); }
H1.HeaderClassName
{
color: #0DACDC;
}
.AnyTagClassName
{
color: #0DACDC;
}
</style>
background-color css
<style>
a { background-color: #0DACDC; }
a { background-color: rgb(13,172,220); }
div.DivClassName
{
background-color: #0DACDC;
}
.BgClassName
{
background-color: #0DACDC;
}
</style>
border-color css
<style>
span { border-color: #0DACDC; }
span { border-color: rgb(13,172,220); }
td.TdClassName
{
border-color: #0DACDC;
}
.TagClassName
{
border-color: #0DACDC;
}
</style>