Shades of Iris Blue #09AABA
Tints of Iris Blue #09AABA
RGB
CMYK
RGB Variations
Color information
#09AABA (or 0x09AABA) is known color: Iris Blue. HEX triplet: 09, AA and BA. RGB value is (9,170,186). Sum of RGB (Red+Green+Blue) = 9+170+186=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #09AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AABA is #F65545. Grayscale: #7B7B7B. Windows color (decimal): -16143686 or 12233225. OLE color: 12233225.
HSL color Cylindrical-coordinate representation of color #09AABA: hue angle of 185.42º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AABA is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 170 | 186 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.27 |
| HSL | 185.42º | 0.91% | 0.38% | - |
| HSV(B) | 185.42º | 0.95% | 0.73% | - |
| XYZ | 23.35 | 32.35 | 51.47 | - |
| YUV | 123.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 186 | 0.95 | 0.09 | 0 | 0.27 | 185.42 | 0.91 | 0.38 |
| Hex | 9 | AA | BA | 5F | 9 | 0 | 1B | B9 | 5B | 26 |
| Octal | 11 | 252 | 272 | 137 | 11 | 0 | 33 | 271 | 133 | 46 |
| Binary | 1001 | 10101010 | 10111010 | 1011111 | 1001 | 0 | 11011 | 10111001 | 1011011 | 100110 |
Color Harmonies of #09AABA
Complementary color
Monochromatic Colors of #09AABA
Black with #09AABA
Text Example
Text Example
White with #09AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AABA; }
p { color: rgb(9,170,186); }
H1.HeaderClassName
{
color: #09AABA;
}
.AnyTagClassName
{
color: #09AABA;
}
</style>
background-color css
<style>
a { background-color: #09AABA; }
a { background-color: rgb(9,170,186); }
div.DivClassName
{
background-color: #09AABA;
}
.BgClassName
{
background-color: #09AABA;
}
</style>
border-color css
<style>
span { border-color: #09AABA; }
span { border-color: rgb(9,170,186); }
td.TdClassName
{
border-color: #09AABA;
}
.TagClassName
{
border-color: #09AABA;
}
</style>