Shades of Iris Blue #09AADA
Tints of Iris Blue #09AADA
RGB
CMYK
RGB Variations
Color information
#09AADA (or 0x09AADA) is known color: Iris Blue. HEX triplet: 09, AA and DA. RGB value is (9,170,218). Sum of RGB (Red+Green+Blue) = 9+170+218=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #09AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AADA is #F65525. Grayscale: #7E7E7E. Windows color (decimal): -16143654 or 14330377. OLE color: 14330377.
HSL color Cylindrical-coordinate representation of color #09AADA: hue angle of 193.78º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AADA is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 170 | 218 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.15 |
| HSL | 193.78º | 0.92% | 0.45% | - |
| HSV(B) | 193.78º | 0.96% | 0.85% | - |
| XYZ | 27.14 | 33.87 | 71.44 | - |
| YUV | 127.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 218 | 0.96 | 0.22 | 0 | 0.15 | 193.78 | 0.92 | 0.45 |
| Hex | 9 | AA | DA | 60 | 16 | 0 | F | C2 | 5C | 2D |
| Octal | 11 | 252 | 332 | 140 | 26 | 0 | 17 | 302 | 134 | 55 |
| Binary | 1001 | 10101010 | 11011010 | 1100000 | 10110 | 0 | 1111 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09AADA
Complementary color
Monochromatic Colors of #09AADA
Black with #09AADA
Text Example
Text Example
White with #09AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AADA; }
p { color: rgb(9,170,218); }
H1.HeaderClassName
{
color: #09AADA;
}
.AnyTagClassName
{
color: #09AADA;
}
</style>
background-color css
<style>
a { background-color: #09AADA; }
a { background-color: rgb(9,170,218); }
div.DivClassName
{
background-color: #09AADA;
}
.BgClassName
{
background-color: #09AADA;
}
</style>
border-color css
<style>
span { border-color: #09AADA; }
span { border-color: rgb(9,170,218); }
td.TdClassName
{
border-color: #09AADA;
}
.TagClassName
{
border-color: #09AADA;
}
</style>