Shades of Iris Blue #0DAAC0
Tints of Iris Blue #0DAAC0
RGB
CMYK
RGB Variations
Color information
#0DAAC0 (or 0x0DAAC0) is known color: Iris Blue. HEX triplet: 0D, AA and C0. RGB value is (13,170,192). Sum of RGB (Red+Green+Blue) = 13+170+192=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DAAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAC0 is #F2553F. Grayscale: #7D7D7D. Windows color (decimal): -15881536 or 12626445. OLE color: 12626445.
HSL color Cylindrical-coordinate representation of color #0DAAC0: hue angle of 187.37º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAC0 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 170 | 192 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.25 |
| HSL | 187.37º | 0.87% | 0.4% | - |
| HSV(B) | 187.37º | 0.93% | 0.75% | - |
| XYZ | 24.06 | 32.64 | 54.9 | - |
| YUV | 125.57 | 165.49 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 192 | 0.93 | 0.11 | 0 | 0.25 | 187.37 | 0.87 | 0.4 |
| Hex | D | AA | C0 | 5D | B | 0 | 19 | BB | 57 | 28 |
| Octal | 15 | 252 | 300 | 135 | 13 | 0 | 31 | 273 | 127 | 50 |
| Binary | 1101 | 10101010 | 11000000 | 1011101 | 1011 | 0 | 11001 | 10111011 | 1010111 | 101000 |
Color Harmonies of #0DAAC0
Complementary color
Monochromatic Colors of #0DAAC0
Black with #0DAAC0
Text Example
Text Example
White with #0DAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAC0; }
p { color: rgb(13,170,192); }
H1.HeaderClassName
{
color: #0DAAC0;
}
.AnyTagClassName
{
color: #0DAAC0;
}
</style>
background-color css
<style>
a { background-color: #0DAAC0; }
a { background-color: rgb(13,170,192); }
div.DivClassName
{
background-color: #0DAAC0;
}
.BgClassName
{
background-color: #0DAAC0;
}
</style>
border-color css
<style>
span { border-color: #0DAAC0; }
span { border-color: rgb(13,170,192); }
td.TdClassName
{
border-color: #0DAAC0;
}
.TagClassName
{
border-color: #0DAAC0;
}
</style>