Shades of Iris Blue #02ACC8
Tints of Iris Blue #02ACC8
RGB
CMYK
RGB Variations
Color information
#02ACC8 (or 0x02ACC8) is known color: Iris Blue. HEX triplet: 02, AC and C8. RGB value is (2,172,200). Sum of RGB (Red+Green+Blue) = 2+172+200=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #02ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACC8 is #FD5337. Grayscale: #7C7C7C. Windows color (decimal): -16601912 or 13151234. OLE color: 13151234.
HSL color Cylindrical-coordinate representation of color #02ACC8: hue angle of 188.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACC8 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 172 | 200 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.22 |
| HSL | 188.48º | 0.98% | 0.4% | - |
| HSV(B) | 188.48º | 0.99% | 0.78% | - |
| XYZ | 25.2 | 33.69 | 59.82 | - |
| YUV | 124.36 | 170.68 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 200 | 0.99 | 0.14 | 0 | 0.22 | 188.48 | 0.98 | 0.4 |
| Hex | 2 | AC | C8 | 63 | E | 0 | 16 | BC | 62 | 28 |
| Octal | 2 | 254 | 310 | 143 | 16 | 0 | 26 | 274 | 142 | 50 |
| Binary | 10 | 10101100 | 11001000 | 1100011 | 1110 | 0 | 10110 | 10111100 | 1100010 | 101000 |
Color Harmonies of #02ACC8
Complementary color
Monochromatic Colors of #02ACC8
Black with #02ACC8
Text Example
Text Example
White with #02ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACC8; }
p { color: rgb(2,172,200); }
H1.HeaderClassName
{
color: #02ACC8;
}
.AnyTagClassName
{
color: #02ACC8;
}
</style>
background-color css
<style>
a { background-color: #02ACC8; }
a { background-color: rgb(2,172,200); }
div.DivClassName
{
background-color: #02ACC8;
}
.BgClassName
{
background-color: #02ACC8;
}
</style>
border-color css
<style>
span { border-color: #02ACC8; }
span { border-color: rgb(2,172,200); }
td.TdClassName
{
border-color: #02ACC8;
}
.TagClassName
{
border-color: #02ACC8;
}
</style>