Shades of Iris Blue #0DAACE
Tints of Iris Blue #0DAACE
RGB
CMYK
RGB Variations
Color information
#0DAACE (or 0x0DAACE) is known color: Iris Blue. HEX triplet: 0D, AA and CE. RGB value is (13,170,206). Sum of RGB (Red+Green+Blue) = 13+170+206=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DAACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAACE is #F25531. Grayscale: #7E7E7E. Windows color (decimal): -15881522 or 13543949. OLE color: 13543949.
HSL color Cylindrical-coordinate representation of color #0DAACE: hue angle of 191.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAACE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 170 | 206 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.19 |
| HSL | 191.19º | 0.88% | 0.43% | - |
| HSV(B) | 191.19º | 0.94% | 0.81% | - |
| XYZ | 25.68 | 33.29 | 63.46 | - |
| YUV | 127.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 206 | 0.94 | 0.17 | 0 | 0.19 | 191.19 | 0.88 | 0.43 |
| Hex | D | AA | CE | 5E | 11 | 0 | 13 | BF | 58 | 2B |
| Octal | 15 | 252 | 316 | 136 | 21 | 0 | 23 | 277 | 130 | 53 |
| Binary | 1101 | 10101010 | 11001110 | 1011110 | 10001 | 0 | 10011 | 10111111 | 1011000 | 101011 |
Color Harmonies of #0DAACE
Complementary color
Monochromatic Colors of #0DAACE
Black with #0DAACE
Text Example
Text Example
White with #0DAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAACE; }
p { color: rgb(13,170,206); }
H1.HeaderClassName
{
color: #0DAACE;
}
.AnyTagClassName
{
color: #0DAACE;
}
</style>
background-color css
<style>
a { background-color: #0DAACE; }
a { background-color: rgb(13,170,206); }
div.DivClassName
{
background-color: #0DAACE;
}
.BgClassName
{
background-color: #0DAACE;
}
</style>
border-color css
<style>
span { border-color: #0DAACE; }
span { border-color: rgb(13,170,206); }
td.TdClassName
{
border-color: #0DAACE;
}
.TagClassName
{
border-color: #0DAACE;
}
</style>