Shades of Iris Blue #09AAD5
Tints of Iris Blue #09AAD5
RGB
CMYK
RGB Variations
Color information
#09AAD5 (or 0x09AAD5) is known color: Iris Blue. HEX triplet: 09, AA and D5. RGB value is (9,170,213). Sum of RGB (Red+Green+Blue) = 9+170+213=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #09AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAD5 is #F6552A. Grayscale: #7E7E7E. Windows color (decimal): -16143659 or 14002697. OLE color: 14002697.
HSL color Cylindrical-coordinate representation of color #09AAD5: hue angle of 192.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAD5 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 170 | 213 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.16 |
| HSL | 192.65º | 0.92% | 0.44% | - |
| HSV(B) | 192.65º | 0.96% | 0.84% | - |
| XYZ | 26.5 | 33.61 | 68.04 | - |
| YUV | 126.76 | 176.66 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 213 | 0.96 | 0.20 | 0 | 0.16 | 192.65 | 0.92 | 0.44 |
| Hex | 9 | AA | D5 | 60 | 14 | 0 | 10 | C1 | 5C | 2C |
| Octal | 11 | 252 | 325 | 140 | 24 | 0 | 20 | 301 | 134 | 54 |
| Binary | 1001 | 10101010 | 11010101 | 1100000 | 10100 | 0 | 10000 | 11000001 | 1011100 | 101100 |
Color Harmonies of #09AAD5
Complementary color
Monochromatic Colors of #09AAD5
Black with #09AAD5
Text Example
Text Example
White with #09AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAD5; }
p { color: rgb(9,170,213); }
H1.HeaderClassName
{
color: #09AAD5;
}
.AnyTagClassName
{
color: #09AAD5;
}
</style>
background-color css
<style>
a { background-color: #09AAD5; }
a { background-color: rgb(9,170,213); }
div.DivClassName
{
background-color: #09AAD5;
}
.BgClassName
{
background-color: #09AAD5;
}
</style>
border-color css
<style>
span { border-color: #09AAD5; }
span { border-color: rgb(9,170,213); }
td.TdClassName
{
border-color: #09AAD5;
}
.TagClassName
{
border-color: #09AAD5;
}
</style>