Shades of Iris Blue #0DAECC
Tints of Iris Blue #0DAECC
RGB
CMYK
RGB Variations
Color information
#0DAECC (or 0x0DAECC) is known color: Iris Blue. HEX triplet: 0D, AE and CC. RGB value is (13,174,204). Sum of RGB (Red+Green+Blue) = 13+174+204=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DAECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAECC is #F25133. Grayscale: #818181. Windows color (decimal): -15880500 or 13413901. OLE color: 13413901.
HSL color Cylindrical-coordinate representation of color #0DAECC: hue angle of 189.42º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAECC is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 174 | 204 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.2 |
| HSL | 189.42º | 0.88% | 0.43% | - |
| HSV(B) | 189.42º | 0.94% | 0.8% | - |
| XYZ | 26.2 | 34.72 | 62.45 | - |
| YUV | 129.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 204 | 0.94 | 0.15 | 0 | 0.2 | 189.42 | 0.88 | 0.43 |
| Hex | D | AE | CC | 5E | F | 0 | 14 | BD | 58 | 2B |
| Octal | 15 | 256 | 314 | 136 | 17 | 0 | 24 | 275 | 130 | 53 |
| Binary | 1101 | 10101110 | 11001100 | 1011110 | 1111 | 0 | 10100 | 10111101 | 1011000 | 101011 |
Color Harmonies of #0DAECC
Complementary color
Monochromatic Colors of #0DAECC
Black with #0DAECC
Text Example
Text Example
White with #0DAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAECC; }
p { color: rgb(13,174,204); }
H1.HeaderClassName
{
color: #0DAECC;
}
.AnyTagClassName
{
color: #0DAECC;
}
</style>
background-color css
<style>
a { background-color: #0DAECC; }
a { background-color: rgb(13,174,204); }
div.DivClassName
{
background-color: #0DAECC;
}
.BgClassName
{
background-color: #0DAECC;
}
</style>
border-color css
<style>
span { border-color: #0DAECC; }
span { border-color: rgb(13,174,204); }
td.TdClassName
{
border-color: #0DAECC;
}
.TagClassName
{
border-color: #0DAECC;
}
</style>