Shades of Iris Blue #0AAADD
Tints of Iris Blue #0AAADD
RGB
CMYK
RGB Variations
Color information
#0AAADD (or 0x0AAADD) is known color: Iris Blue. HEX triplet: 0A, AA and DD. RGB value is (10,170,221). Sum of RGB (Red+Green+Blue) = 10+170+221=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AAADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAADD is #F55522. Grayscale: #7F7F7F. Windows color (decimal): -16078115 or 14526986. OLE color: 14526986.
HSL color Cylindrical-coordinate representation of color #0AAADD: hue angle of 194.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAADD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 170 | 221 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.13 |
| HSL | 194.5º | 0.91% | 0.45% | - |
| HSV(B) | 194.5º | 0.95% | 0.87% | - |
| XYZ | 27.55 | 34.03 | 73.52 | - |
| YUV | 127.97 | 180.49 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 221 | 0.95 | 0.23 | 0 | 0.13 | 194.5 | 0.91 | 0.45 |
| Hex | A | AA | DD | 5F | 17 | 0 | D | C3 | 5B | 2D |
| Octal | 12 | 252 | 335 | 137 | 27 | 0 | 15 | 303 | 133 | 55 |
| Binary | 1010 | 10101010 | 11011101 | 1011111 | 10111 | 0 | 1101 | 11000011 | 1011011 | 101101 |
Color Harmonies of #0AAADD
Complementary color
Monochromatic Colors of #0AAADD
Black with #0AAADD
Text Example
Text Example
White with #0AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAADD; }
p { color: rgb(10,170,221); }
H1.HeaderClassName
{
color: #0AAADD;
}
.AnyTagClassName
{
color: #0AAADD;
}
</style>
background-color css
<style>
a { background-color: #0AAADD; }
a { background-color: rgb(10,170,221); }
div.DivClassName
{
background-color: #0AAADD;
}
.BgClassName
{
background-color: #0AAADD;
}
</style>
border-color css
<style>
span { border-color: #0AAADD; }
span { border-color: rgb(10,170,221); }
td.TdClassName
{
border-color: #0AAADD;
}
.TagClassName
{
border-color: #0AAADD;
}
</style>