Shades of Iris Blue #0DACD6
Tints of Iris Blue #0DACD6
RGB
CMYK
RGB Variations
Color information
#0DACD6 (or 0x0DACD6) is known color: Iris Blue. HEX triplet: 0D, AC and D6. RGB value is (13,172,214). Sum of RGB (Red+Green+Blue) = 13+172+214=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #0DACD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACD6 is #F25329. Grayscale: #808080. Windows color (decimal): -15881002 or 14068749. OLE color: 14068749.
HSL color Cylindrical-coordinate representation of color #0DACD6: hue angle of 192.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACD6 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 172 | 214 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.16 |
| HSL | 192.54º | 0.89% | 0.45% | - |
| HSV(B) | 192.54º | 0.94% | 0.84% | - |
| XYZ | 27.06 | 34.45 | 68.84 | - |
| YUV | 129.25 | 175.82 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 214 | 0.94 | 0.20 | 0 | 0.16 | 192.54 | 0.89 | 0.45 |
| Hex | D | AC | D6 | 5E | 14 | 0 | 10 | C1 | 59 | 2D |
| Octal | 15 | 254 | 326 | 136 | 24 | 0 | 20 | 301 | 131 | 55 |
| Binary | 1101 | 10101100 | 11010110 | 1011110 | 10100 | 0 | 10000 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DACD6
Complementary color
Monochromatic Colors of #0DACD6
Black with #0DACD6
Text Example
Text Example
White with #0DACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACD6; }
p { color: rgb(13,172,214); }
H1.HeaderClassName
{
color: #0DACD6;
}
.AnyTagClassName
{
color: #0DACD6;
}
</style>
background-color css
<style>
a { background-color: #0DACD6; }
a { background-color: rgb(13,172,214); }
div.DivClassName
{
background-color: #0DACD6;
}
.BgClassName
{
background-color: #0DACD6;
}
</style>
border-color css
<style>
span { border-color: #0DACD6; }
span { border-color: rgb(13,172,214); }
td.TdClassName
{
border-color: #0DACD6;
}
.TagClassName
{
border-color: #0DACD6;
}
</style>