Shades of Iris Blue #02ACD5
Tints of Iris Blue #02ACD5
RGB
CMYK
RGB Variations
Color information
#02ACD5 (or 0x02ACD5) is known color: Iris Blue. HEX triplet: 02, AC and D5. RGB value is (2,172,213). Sum of RGB (Red+Green+Blue) = 2+172+213=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #02ACD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACD5 is #FD532A. Grayscale: #7D7D7D. Windows color (decimal): -16601899 or 14003202. OLE color: 14003202.
HSL color Cylindrical-coordinate representation of color #02ACD5: hue angle of 191.66º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACD5 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 172 | 213 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.16 |
| HSL | 191.66º | 0.98% | 0.42% | - |
| HSV(B) | 191.66º | 0.99% | 0.84% | - |
| XYZ | 26.79 | 34.32 | 68.16 | - |
| YUV | 125.84 | 177.18 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 213 | 0.99 | 0.19 | 0 | 0.16 | 191.66 | 0.98 | 0.42 |
| Hex | 2 | AC | D5 | 63 | 13 | 0 | 10 | C0 | 62 | 2A |
| Octal | 2 | 254 | 325 | 143 | 23 | 0 | 20 | 300 | 142 | 52 |
| Binary | 10 | 10101100 | 11010101 | 1100011 | 10011 | 0 | 10000 | 11000000 | 1100010 | 101010 |
Color Harmonies of #02ACD5
Complementary color
Monochromatic Colors of #02ACD5
Black with #02ACD5
Text Example
Text Example
White with #02ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACD5; }
p { color: rgb(2,172,213); }
H1.HeaderClassName
{
color: #02ACD5;
}
.AnyTagClassName
{
color: #02ACD5;
}
</style>
background-color css
<style>
a { background-color: #02ACD5; }
a { background-color: rgb(2,172,213); }
div.DivClassName
{
background-color: #02ACD5;
}
.BgClassName
{
background-color: #02ACD5;
}
</style>
border-color css
<style>
span { border-color: #02ACD5; }
span { border-color: rgb(2,172,213); }
td.TdClassName
{
border-color: #02ACD5;
}
.TagClassName
{
border-color: #02ACD5;
}
</style>