Shades of Iris Blue #02ACB6
Tints of Iris Blue #02ACB6
RGB
CMYK
RGB Variations
Color information
#02ACB6 (or 0x02ACB6) is known color: Iris Blue. HEX triplet: 02, AC and B6. RGB value is (2,172,182). Sum of RGB (Red+Green+Blue) = 2+172+182=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #02ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACB6 is #FD5349. Grayscale: #7A7A7A. Windows color (decimal): -16601930 or 11971586. OLE color: 11971586.
HSL color Cylindrical-coordinate representation of color #02ACB6: hue angle of 183.33º 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 #02ACB6 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 172 | 182 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.29 |
| HSL | 183.33º | 0.98% | 0.36% | - |
| HSV(B) | 183.33º | 0.99% | 0.71% | - |
| XYZ | 23.22 | 32.9 | 49.38 | - |
| YUV | 122.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 182 | 0.99 | 0.05 | 0 | 0.29 | 183.33 | 0.98 | 0.36 |
| Hex | 2 | AC | B6 | 63 | 5 | 0 | 1D | B7 | 62 | 24 |
| Octal | 2 | 254 | 266 | 143 | 5 | 0 | 35 | 267 | 142 | 44 |
| Binary | 10 | 10101100 | 10110110 | 1100011 | 101 | 0 | 11101 | 10110111 | 1100010 | 100100 |
Color Harmonies of #02ACB6
Complementary color
Monochromatic Colors of #02ACB6
Black with #02ACB6
Text Example
Text Example
White with #02ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACB6; }
p { color: rgb(2,172,182); }
H1.HeaderClassName
{
color: #02ACB6;
}
.AnyTagClassName
{
color: #02ACB6;
}
</style>
background-color css
<style>
a { background-color: #02ACB6; }
a { background-color: rgb(2,172,182); }
div.DivClassName
{
background-color: #02ACB6;
}
.BgClassName
{
background-color: #02ACB6;
}
</style>
border-color css
<style>
span { border-color: #02ACB6; }
span { border-color: rgb(2,172,182); }
td.TdClassName
{
border-color: #02ACB6;
}
.TagClassName
{
border-color: #02ACB6;
}
</style>