Shades of Iris Blue #02C0CB
Tints of Iris Blue #02C0CB
RGB
CMYK
RGB Variations
Color information
#02C0CB (or 0x02C0CB) is known color: Iris Blue. HEX triplet: 02, C0 and CB. RGB value is (2,192,203). Sum of RGB (Red+Green+Blue) = 2+192+203=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #02C0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0CB is #FD3F34. Grayscale: #888888. Windows color (decimal): -16596789 or 13352962. OLE color: 13352962.
HSL color Cylindrical-coordinate representation of color #02C0CB: hue angle of 183.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0CB is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 192 | 203 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.20 |
| HSL | 183.28º | 0.98% | 0.4% | - |
| HSV(B) | 183.28º | 0.99% | 0.8% | - |
| XYZ | 29.65 | 42.02 | 63.05 | - |
| YUV | 136.44 | 165.55 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 203 | 0.99 | 0.05 | 0 | 0.20 | 183.28 | 0.98 | 0.4 |
| Hex | 2 | C0 | CB | 63 | 5 | 0 | 14 | B7 | 62 | 28 |
| Octal | 2 | 300 | 313 | 143 | 5 | 0 | 24 | 267 | 142 | 50 |
| Binary | 10 | 11000000 | 11001011 | 1100011 | 101 | 0 | 10100 | 10110111 | 1100010 | 101000 |
Color Harmonies of #02C0CB
Complementary color
Monochromatic Colors of #02C0CB
Black with #02C0CB
Text Example
Text Example
White with #02C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0CB; }
p { color: rgb(2,192,203); }
H1.HeaderClassName
{
color: #02C0CB;
}
.AnyTagClassName
{
color: #02C0CB;
}
</style>
background-color css
<style>
a { background-color: #02C0CB; }
a { background-color: rgb(2,192,203); }
div.DivClassName
{
background-color: #02C0CB;
}
.BgClassName
{
background-color: #02C0CB;
}
</style>
border-color css
<style>
span { border-color: #02C0CB; }
span { border-color: rgb(2,192,203); }
td.TdClassName
{
border-color: #02C0CB;
}
.TagClassName
{
border-color: #02C0CB;
}
</style>