Shades of Iris Blue #00AAB9
Tints of Iris Blue #00AAB9
RGB
CMYK
RGB Variations
Color information
#00AAB9 (or 0x00AAB9) is known color: Iris Blue. HEX triplet: 00, AA and B9. RGB value is (0,170,185). Sum of RGB (Red+Green+Blue) = 0+170+185=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #00AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAB9 is #FF5546. Grayscale: #787878. Windows color (decimal): -16733511 or 12167680. OLE color: 12167680.
HSL color Cylindrical-coordinate representation of color #00AAB9: hue angle of 184.86º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAB9 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 170 | 185 | - |
| CMYK | 1 | 0.08 | 0 | 0.27 |
| HSL | 184.86º | 1% | 0.36% | - |
| HSV(B) | 184.86º | 1% | 0.73% | - |
| XYZ | 23.13 | 32.25 | 50.91 | - |
| YUV | 120.88 | 164.18 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 185 | 1 | 0.08 | 0 | 0.27 | 184.86 | 1 | 0.36 |
| Hex | 0 | AA | B9 | 64 | 8 | 0 | 1B | B9 | 64 | 24 |
| Octal | 0 | 252 | 271 | 144 | 10 | 0 | 33 | 271 | 144 | 44 |
| Binary | 0 | 10101010 | 10111001 | 1100100 | 1000 | 0 | 11011 | 10111001 | 1100100 | 100100 |
Color Harmonies of #00AAB9
Complementary color
Monochromatic Colors of #00AAB9
Black with #00AAB9
Text Example
Text Example
White with #00AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAB9; }
p { color: rgb(0,170,185); }
H1.HeaderClassName
{
color: #00AAB9;
}
.AnyTagClassName
{
color: #00AAB9;
}
</style>
background-color css
<style>
a { background-color: #00AAB9; }
a { background-color: rgb(0,170,185); }
div.DivClassName
{
background-color: #00AAB9;
}
.BgClassName
{
background-color: #00AAB9;
}
</style>
border-color css
<style>
span { border-color: #00AAB9; }
span { border-color: rgb(0,170,185); }
td.TdClassName
{
border-color: #00AAB9;
}
.TagClassName
{
border-color: #00AAB9;
}
</style>