Shades of Iris Blue #06AABB
Tints of Iris Blue #06AABB
RGB
CMYK
RGB Variations
Color information
#06AABB (or 0x06AABB) is known color: Iris Blue. HEX triplet: 06, AA and BB. RGB value is (6,170,187). Sum of RGB (Red+Green+Blue) = 6+170+187=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #06AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AABB is #F95544. Grayscale: #7A7A7A. Windows color (decimal): -16340293 or 12298758. OLE color: 12298758.
HSL color Cylindrical-coordinate representation of color #06AABB: hue angle of 185.64º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AABB is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 170 | 187 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.27 |
| HSL | 185.64º | 0.94% | 0.38% | - |
| HSV(B) | 185.64º | 0.97% | 0.73% | - |
| XYZ | 23.42 | 32.38 | 52.03 | - |
| YUV | 122.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 187 | 0.97 | 0.09 | 0 | 0.27 | 185.64 | 0.94 | 0.38 |
| Hex | 6 | AA | BB | 61 | 9 | 0 | 1B | BA | 5E | 26 |
| Octal | 6 | 252 | 273 | 141 | 11 | 0 | 33 | 272 | 136 | 46 |
| Binary | 110 | 10101010 | 10111011 | 1100001 | 1001 | 0 | 11011 | 10111010 | 1011110 | 100110 |
Color Harmonies of #06AABB
Complementary color
Monochromatic Colors of #06AABB
Black with #06AABB
Text Example
Text Example
White with #06AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AABB; }
p { color: rgb(6,170,187); }
H1.HeaderClassName
{
color: #06AABB;
}
.AnyTagClassName
{
color: #06AABB;
}
</style>
background-color css
<style>
a { background-color: #06AABB; }
a { background-color: rgb(6,170,187); }
div.DivClassName
{
background-color: #06AABB;
}
.BgClassName
{
background-color: #06AABB;
}
</style>
border-color css
<style>
span { border-color: #06AABB; }
span { border-color: rgb(6,170,187); }
td.TdClassName
{
border-color: #06AABB;
}
.TagClassName
{
border-color: #06AABB;
}
</style>