Shades of Iris Blue #09AADD
Tints of Iris Blue #09AADD
RGB
CMYK
RGB Variations
Color information
#09AADD (or 0x09AADD) is known color: Iris Blue. HEX triplet: 09, AA and DD. RGB value is (9,170,221). Sum of RGB (Red+Green+Blue) = 9+170+221=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #09AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AADD is #F65522. Grayscale: #7F7F7F. Windows color (decimal): -16143651 or 14526985. OLE color: 14526985.
HSL color Cylindrical-coordinate representation of color #09AADD: hue angle of 194.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AADD is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 170 | 221 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.13 |
| HSL | 194.43º | 0.92% | 0.45% | - |
| HSV(B) | 194.43º | 0.96% | 0.87% | - |
| XYZ | 27.54 | 34.03 | 73.52 | - |
| YUV | 127.68 | 180.66 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 221 | 0.96 | 0.23 | 0 | 0.13 | 194.43 | 0.92 | 0.45 |
| Hex | 9 | AA | DD | 60 | 17 | 0 | D | C2 | 5C | 2D |
| Octal | 11 | 252 | 335 | 140 | 27 | 0 | 15 | 302 | 134 | 55 |
| Binary | 1001 | 10101010 | 11011101 | 1100000 | 10111 | 0 | 1101 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09AADD
Complementary color
Monochromatic Colors of #09AADD
Black with #09AADD
Text Example
Text Example
White with #09AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AADD; }
p { color: rgb(9,170,221); }
H1.HeaderClassName
{
color: #09AADD;
}
.AnyTagClassName
{
color: #09AADD;
}
</style>
background-color css
<style>
a { background-color: #09AADD; }
a { background-color: rgb(9,170,221); }
div.DivClassName
{
background-color: #09AADD;
}
.BgClassName
{
background-color: #09AADD;
}
</style>
border-color css
<style>
span { border-color: #09AADD; }
span { border-color: rgb(9,170,221); }
td.TdClassName
{
border-color: #09AADD;
}
.TagClassName
{
border-color: #09AADD;
}
</style>