Shades of Iris Blue #06ACB4
Tints of Iris Blue #06ACB4
RGB
CMYK
RGB Variations
Color information
#06ACB4 (or 0x06ACB4) is known color: Iris Blue. HEX triplet: 06, AC and B4. RGB value is (6,172,180). Sum of RGB (Red+Green+Blue) = 6+172+180=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #06ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACB4 is #F9534B. Grayscale: #7B7B7B. Windows color (decimal): -16339788 or 11840518. OLE color: 11840518.
HSL color Cylindrical-coordinate representation of color #06ACB4: hue angle of 182.76º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACB4 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 172 | 180 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.29 |
| HSL | 182.76º | 0.94% | 0.36% | - |
| HSV(B) | 182.76º | 0.97% | 0.71% | - |
| XYZ | 23.07 | 32.84 | 48.3 | - |
| YUV | 123.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 180 | 0.97 | 0.04 | 0 | 0.29 | 182.76 | 0.94 | 0.36 |
| Hex | 6 | AC | B4 | 61 | 4 | 0 | 1D | B7 | 5E | 24 |
| Octal | 6 | 254 | 264 | 141 | 4 | 0 | 35 | 267 | 136 | 44 |
| Binary | 110 | 10101100 | 10110100 | 1100001 | 100 | 0 | 11101 | 10110111 | 1011110 | 100100 |
Color Harmonies of #06ACB4
Complementary color
Monochromatic Colors of #06ACB4
Black with #06ACB4
Text Example
Text Example
White with #06ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACB4; }
p { color: rgb(6,172,180); }
H1.HeaderClassName
{
color: #06ACB4;
}
.AnyTagClassName
{
color: #06ACB4;
}
</style>
background-color css
<style>
a { background-color: #06ACB4; }
a { background-color: rgb(6,172,180); }
div.DivClassName
{
background-color: #06ACB4;
}
.BgClassName
{
background-color: #06ACB4;
}
</style>
border-color css
<style>
span { border-color: #06ACB4; }
span { border-color: rgb(6,172,180); }
td.TdClassName
{
border-color: #06ACB4;
}
.TagClassName
{
border-color: #06ACB4;
}
</style>