Shades of Iris Blue #00AABF
Tints of Iris Blue #00AABF
RGB
CMYK
RGB Variations
Color information
#00AABF (or 0x00AABF) is known color: Iris Blue. HEX triplet: 00, AA and BF. RGB value is (0,170,191). Sum of RGB (Red+Green+Blue) = 0+170+191=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #00AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AABF is #FF5540. Grayscale: #797979. Windows color (decimal): -16733505 or 12560896. OLE color: 12560896.
HSL color Cylindrical-coordinate representation of color #00AABF: hue angle of 186.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AABF is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 170 | 191 | - |
| CMYK | 1 | 0.11 | 0 | 0.25 |
| HSL | 186.6º | 1% | 0.37% | - |
| HSV(B) | 186.6º | 1% | 0.75% | - |
| XYZ | 23.78 | 32.51 | 54.31 | - |
| YUV | 121.56 | 167.18 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 191 | 1 | 0.11 | 0 | 0.25 | 186.6 | 1 | 0.37 |
| Hex | 0 | AA | BF | 64 | B | 0 | 19 | BB | 64 | 25 |
| Octal | 0 | 252 | 277 | 144 | 13 | 0 | 31 | 273 | 144 | 45 |
| Binary | 0 | 10101010 | 10111111 | 1100100 | 1011 | 0 | 11001 | 10111011 | 1100100 | 100101 |
Color Harmonies of #00AABF
Complementary color
Monochromatic Colors of #00AABF
Black with #00AABF
Text Example
Text Example
White with #00AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AABF; }
p { color: rgb(0,170,191); }
H1.HeaderClassName
{
color: #00AABF;
}
.AnyTagClassName
{
color: #00AABF;
}
</style>
background-color css
<style>
a { background-color: #00AABF; }
a { background-color: rgb(0,170,191); }
div.DivClassName
{
background-color: #00AABF;
}
.BgClassName
{
background-color: #00AABF;
}
</style>
border-color css
<style>
span { border-color: #00AABF; }
span { border-color: rgb(0,170,191); }
td.TdClassName
{
border-color: #00AABF;
}
.TagClassName
{
border-color: #00AABF;
}
</style>