Shades of Iris Blue #06ACB9
Tints of Iris Blue #06ACB9
RGB
CMYK
RGB Variations
Color information
#06ACB9 (or 0x06ACB9) is known color: Iris Blue. HEX triplet: 06, AC and B9. RGB value is (6,172,185). Sum of RGB (Red+Green+Blue) = 6+172+185=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #06ACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACB9 is #F95346. Grayscale: #7B7B7B. Windows color (decimal): -16339783 or 12168198. OLE color: 12168198.
HSL color Cylindrical-coordinate representation of color #06ACB9: hue angle of 184.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACB9 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 172 | 185 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.27 |
| HSL | 184.36º | 0.94% | 0.37% | - |
| HSV(B) | 184.36º | 0.97% | 0.73% | - |
| XYZ | 23.58 | 33.05 | 51.03 | - |
| YUV | 123.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 185 | 0.97 | 0.07 | 0 | 0.27 | 184.36 | 0.94 | 0.37 |
| Hex | 6 | AC | B9 | 61 | 7 | 0 | 1B | B8 | 5E | 25 |
| Octal | 6 | 254 | 271 | 141 | 7 | 0 | 33 | 270 | 136 | 45 |
| Binary | 110 | 10101100 | 10111001 | 1100001 | 111 | 0 | 11011 | 10111000 | 1011110 | 100101 |
Color Harmonies of #06ACB9
Complementary color
Monochromatic Colors of #06ACB9
Black with #06ACB9
Text Example
Text Example
White with #06ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACB9; }
p { color: rgb(6,172,185); }
H1.HeaderClassName
{
color: #06ACB9;
}
.AnyTagClassName
{
color: #06ACB9;
}
</style>
background-color css
<style>
a { background-color: #06ACB9; }
a { background-color: rgb(6,172,185); }
div.DivClassName
{
background-color: #06ACB9;
}
.BgClassName
{
background-color: #06ACB9;
}
</style>
border-color css
<style>
span { border-color: #06ACB9; }
span { border-color: rgb(6,172,185); }
td.TdClassName
{
border-color: #06ACB9;
}
.TagClassName
{
border-color: #06ACB9;
}
</style>