Shades of Iris Blue #06AAB6
Tints of Iris Blue #06AAB6
RGB
CMYK
RGB Variations
Color information
#06AAB6 (or 0x06AAB6) is known color: Iris Blue. HEX triplet: 06, AA and B6. RGB value is (6,170,182). Sum of RGB (Red+Green+Blue) = 6+170+182=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #06AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AAB6 is #F95549. Grayscale: #7A7A7A. Windows color (decimal): -16340298 or 11971078. OLE color: 11971078.
HSL color Cylindrical-coordinate representation of color #06AAB6: hue angle of 184.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AAB6 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 170 | 182 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.29 |
| HSL | 184.09º | 0.94% | 0.37% | - |
| HSV(B) | 184.09º | 0.97% | 0.71% | - |
| XYZ | 22.89 | 32.17 | 49.26 | - |
| YUV | 122.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 182 | 0.97 | 0.07 | 0 | 0.29 | 184.09 | 0.94 | 0.37 |
| Hex | 6 | AA | B6 | 61 | 7 | 0 | 1D | B8 | 5E | 25 |
| Octal | 6 | 252 | 266 | 141 | 7 | 0 | 35 | 270 | 136 | 45 |
| Binary | 110 | 10101010 | 10110110 | 1100001 | 111 | 0 | 11101 | 10111000 | 1011110 | 100101 |
Color Harmonies of #06AAB6
Complementary color
Monochromatic Colors of #06AAB6
Black with #06AAB6
Text Example
Text Example
White with #06AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AAB6; }
p { color: rgb(6,170,182); }
H1.HeaderClassName
{
color: #06AAB6;
}
.AnyTagClassName
{
color: #06AAB6;
}
</style>
background-color css
<style>
a { background-color: #06AAB6; }
a { background-color: rgb(6,170,182); }
div.DivClassName
{
background-color: #06AAB6;
}
.BgClassName
{
background-color: #06AAB6;
}
</style>
border-color css
<style>
span { border-color: #06AAB6; }
span { border-color: rgb(6,170,182); }
td.TdClassName
{
border-color: #06AAB6;
}
.TagClassName
{
border-color: #06AAB6;
}
</style>