Shades of Iris Blue #02ACB7
Tints of Iris Blue #02ACB7
RGB
CMYK
RGB Variations
Color information
#02ACB7 (or 0x02ACB7) is known color: Iris Blue. HEX triplet: 02, AC and B7. RGB value is (2,172,183). Sum of RGB (Red+Green+Blue) = 2+172+183=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #02ACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACB7 is #FD5348. Grayscale: #7A7A7A. Windows color (decimal): -16601929 or 12037122. OLE color: 12037122.
HSL color Cylindrical-coordinate representation of color #02ACB7: hue angle of 183.65º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACB7 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 172 | 183 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.28 |
| HSL | 183.65º | 0.98% | 0.36% | - |
| HSV(B) | 183.65º | 0.99% | 0.72% | - |
| XYZ | 23.32 | 32.94 | 49.93 | - |
| YUV | 122.42 | 162.18 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 183 | 0.99 | 0.06 | 0 | 0.28 | 183.65 | 0.98 | 0.36 |
| Hex | 2 | AC | B7 | 63 | 6 | 0 | 1C | B8 | 62 | 24 |
| Octal | 2 | 254 | 267 | 143 | 6 | 0 | 34 | 270 | 142 | 44 |
| Binary | 10 | 10101100 | 10110111 | 1100011 | 110 | 0 | 11100 | 10111000 | 1100010 | 100100 |
Color Harmonies of #02ACB7
Complementary color
Monochromatic Colors of #02ACB7
Black with #02ACB7
Text Example
Text Example
White with #02ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACB7; }
p { color: rgb(2,172,183); }
H1.HeaderClassName
{
color: #02ACB7;
}
.AnyTagClassName
{
color: #02ACB7;
}
</style>
background-color css
<style>
a { background-color: #02ACB7; }
a { background-color: rgb(2,172,183); }
div.DivClassName
{
background-color: #02ACB7;
}
.BgClassName
{
background-color: #02ACB7;
}
</style>
border-color css
<style>
span { border-color: #02ACB7; }
span { border-color: rgb(2,172,183); }
td.TdClassName
{
border-color: #02ACB7;
}
.TagClassName
{
border-color: #02ACB7;
}
</style>