Shades of Iris Blue #02AAB6
Tints of Iris Blue #02AAB6
RGB
CMYK
RGB Variations
Color information
#02AAB6 (or 0x02AAB6) is known color: Iris Blue. HEX triplet: 02, AA and B6. RGB value is (2,170,182). Sum of RGB (Red+Green+Blue) = 2+170+182=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #02AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAB6 is #FD5549. Grayscale: #787878. Windows color (decimal): -16602442 or 11971074. OLE color: 11971074.
HSL color Cylindrical-coordinate representation of color #02AAB6: hue angle of 184º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAB6 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 170 | 182 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.29 |
| HSL | 184º | 0.98% | 0.36% | - |
| HSV(B) | 184º | 0.99% | 0.71% | - |
| XYZ | 22.84 | 32.14 | 49.26 | - |
| YUV | 121.14 | 162.34 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 182 | 0.99 | 0.07 | 0 | 0.29 | 184 | 0.98 | 0.36 |
| Hex | 2 | AA | B6 | 63 | 7 | 0 | 1D | B8 | 62 | 24 |
| Octal | 2 | 252 | 266 | 143 | 7 | 0 | 35 | 270 | 142 | 44 |
| Binary | 10 | 10101010 | 10110110 | 1100011 | 111 | 0 | 11101 | 10111000 | 1100010 | 100100 |
Color Harmonies of #02AAB6
Complementary color
Monochromatic Colors of #02AAB6
Black with #02AAB6
Text Example
Text Example
White with #02AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAB6; }
p { color: rgb(2,170,182); }
H1.HeaderClassName
{
color: #02AAB6;
}
.AnyTagClassName
{
color: #02AAB6;
}
</style>
background-color css
<style>
a { background-color: #02AAB6; }
a { background-color: rgb(2,170,182); }
div.DivClassName
{
background-color: #02AAB6;
}
.BgClassName
{
background-color: #02AAB6;
}
</style>
border-color css
<style>
span { border-color: #02AAB6; }
span { border-color: rgb(2,170,182); }
td.TdClassName
{
border-color: #02AAB6;
}
.TagClassName
{
border-color: #02AAB6;
}
</style>