Shades of Iris Blue #0AAADC
Tints of Iris Blue #0AAADC
RGB
CMYK
RGB Variations
Color information
#0AAADC (or 0x0AAADC) is known color: Iris Blue. HEX triplet: 0A, AA and DC. RGB value is (10,170,220). Sum of RGB (Red+Green+Blue) = 10+170+220=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AAADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAADC is #F55523. Grayscale: #7F7F7F. Windows color (decimal): -16078116 or 14461450. OLE color: 14461450.
HSL color Cylindrical-coordinate representation of color #0AAADC: hue angle of 194.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAADC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 170 | 220 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.29º | 0.91% | 0.45% | - |
| HSV(B) | 194.29º | 0.95% | 0.86% | - |
| XYZ | 27.42 | 33.98 | 72.82 | - |
| YUV | 127.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 220 | 0.95 | 0.23 | 0 | 0.14 | 194.29 | 0.91 | 0.45 |
| Hex | A | AA | DC | 5F | 17 | 0 | E | C2 | 5B | 2D |
| Octal | 12 | 252 | 334 | 137 | 27 | 0 | 16 | 302 | 133 | 55 |
| Binary | 1010 | 10101010 | 11011100 | 1011111 | 10111 | 0 | 1110 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AAADC
Complementary color
Monochromatic Colors of #0AAADC
Black with #0AAADC
Text Example
Text Example
White with #0AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAADC; }
p { color: rgb(10,170,220); }
H1.HeaderClassName
{
color: #0AAADC;
}
.AnyTagClassName
{
color: #0AAADC;
}
</style>
background-color css
<style>
a { background-color: #0AAADC; }
a { background-color: rgb(10,170,220); }
div.DivClassName
{
background-color: #0AAADC;
}
.BgClassName
{
background-color: #0AAADC;
}
</style>
border-color css
<style>
span { border-color: #0AAADC; }
span { border-color: rgb(10,170,220); }
td.TdClassName
{
border-color: #0AAADC;
}
.TagClassName
{
border-color: #0AAADC;
}
</style>