Shades of Iris Blue #00AAB5
Tints of Iris Blue #00AAB5
RGB
CMYK
RGB Variations
Color information
#00AAB5 (or 0x00AAB5) is known color: Iris Blue. HEX triplet: 00, AA and B5. RGB value is (0,170,181). Sum of RGB (Red+Green+Blue) = 0+170+181=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #00AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAB5 is #FF554A. Grayscale: #787878. Windows color (decimal): -16733515 or 11905536. OLE color: 11905536.
HSL color Cylindrical-coordinate representation of color #00AAB5: hue angle of 183.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAB5 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 170 | 181 | - |
| CMYK | 1 | 0.06 | 0 | 0.29 |
| HSL | 183.65º | 1% | 0.35% | - |
| HSV(B) | 183.65º | 1% | 0.71% | - |
| XYZ | 22.72 | 32.09 | 48.71 | - |
| YUV | 120.42 | 162.18 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 181 | 1 | 0.06 | 0 | 0.29 | 183.65 | 1 | 0.35 |
| Hex | 0 | AA | B5 | 64 | 6 | 0 | 1D | B8 | 64 | 23 |
| Octal | 0 | 252 | 265 | 144 | 6 | 0 | 35 | 270 | 144 | 43 |
| Binary | 0 | 10101010 | 10110101 | 1100100 | 110 | 0 | 11101 | 10111000 | 1100100 | 100011 |
Color Harmonies of #00AAB5
Complementary color
Monochromatic Colors of #00AAB5
Black with #00AAB5
Text Example
Text Example
White with #00AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAB5; }
p { color: rgb(0,170,181); }
H1.HeaderClassName
{
color: #00AAB5;
}
.AnyTagClassName
{
color: #00AAB5;
}
</style>
background-color css
<style>
a { background-color: #00AAB5; }
a { background-color: rgb(0,170,181); }
div.DivClassName
{
background-color: #00AAB5;
}
.BgClassName
{
background-color: #00AAB5;
}
</style>
border-color css
<style>
span { border-color: #00AAB5; }
span { border-color: rgb(0,170,181); }
td.TdClassName
{
border-color: #00AAB5;
}
.TagClassName
{
border-color: #00AAB5;
}
</style>