Shades of Iris Blue #02C0CA
Tints of Iris Blue #02C0CA
RGB
CMYK
RGB Variations
Color information
#02C0CA (or 0x02C0CA) is known color: Iris Blue. HEX triplet: 02, C0 and CA. RGB value is (2,192,202). Sum of RGB (Red+Green+Blue) = 2+192+202=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0CA is #FD3F35. Grayscale: #888888. Windows color (decimal): -16596790 or 13287426. OLE color: 13287426.
HSL color Cylindrical-coordinate representation of color #02C0CA: hue angle of 183º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0CA is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 192 | 202 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.21 |
| HSL | 183º | 0.98% | 0.4% | - |
| HSV(B) | 183º | 0.99% | 0.79% | - |
| XYZ | 29.54 | 41.98 | 62.42 | - |
| YUV | 136.33 | 165.05 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 202 | 0.99 | 0.05 | 0 | 0.21 | 183 | 0.98 | 0.4 |
| Hex | 2 | C0 | CA | 63 | 5 | 0 | 15 | B7 | 62 | 28 |
| Octal | 2 | 300 | 312 | 143 | 5 | 0 | 25 | 267 | 142 | 50 |
| Binary | 10 | 11000000 | 11001010 | 1100011 | 101 | 0 | 10101 | 10110111 | 1100010 | 101000 |
Color Harmonies of #02C0CA
Complementary color
Monochromatic Colors of #02C0CA
Black with #02C0CA
Text Example
Text Example
White with #02C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0CA; }
p { color: rgb(2,192,202); }
H1.HeaderClassName
{
color: #02C0CA;
}
.AnyTagClassName
{
color: #02C0CA;
}
</style>
background-color css
<style>
a { background-color: #02C0CA; }
a { background-color: rgb(2,192,202); }
div.DivClassName
{
background-color: #02C0CA;
}
.BgClassName
{
background-color: #02C0CA;
}
</style>
border-color css
<style>
span { border-color: #02C0CA; }
span { border-color: rgb(2,192,202); }
td.TdClassName
{
border-color: #02C0CA;
}
.TagClassName
{
border-color: #02C0CA;
}
</style>