Shades of Iris Blue #02C0C7
Tints of Iris Blue #02C0C7
RGB
CMYK
RGB Variations
Color information
#02C0C7 (or 0x02C0C7) is known color: Iris Blue. HEX triplet: 02, C0 and C7. RGB value is (2,192,199). Sum of RGB (Red+Green+Blue) = 2+192+199=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #02C0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0C7 is #FD3F38. Grayscale: #878787. Windows color (decimal): -16596793 or 13090818. OLE color: 13090818.
HSL color Cylindrical-coordinate representation of color #02C0C7: hue angle of 182.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0C7 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 192 | 199 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.22 |
| HSL | 182.13º | 0.98% | 0.39% | - |
| HSV(B) | 182.13º | 0.99% | 0.78% | - |
| XYZ | 29.18 | 41.84 | 60.57 | - |
| YUV | 135.99 | 163.55 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 199 | 0.99 | 0.04 | 0 | 0.22 | 182.13 | 0.98 | 0.39 |
| Hex | 2 | C0 | C7 | 63 | 4 | 0 | 16 | B6 | 62 | 27 |
| Octal | 2 | 300 | 307 | 143 | 4 | 0 | 26 | 266 | 142 | 47 |
| Binary | 10 | 11000000 | 11000111 | 1100011 | 100 | 0 | 10110 | 10110110 | 1100010 | 100111 |
Color Harmonies of #02C0C7
Complementary color
Monochromatic Colors of #02C0C7
Black with #02C0C7
Text Example
Text Example
White with #02C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0C7; }
p { color: rgb(2,192,199); }
H1.HeaderClassName
{
color: #02C0C7;
}
.AnyTagClassName
{
color: #02C0C7;
}
</style>
background-color css
<style>
a { background-color: #02C0C7; }
a { background-color: rgb(2,192,199); }
div.DivClassName
{
background-color: #02C0C7;
}
.BgClassName
{
background-color: #02C0C7;
}
</style>
border-color css
<style>
span { border-color: #02C0C7; }
span { border-color: rgb(2,192,199); }
td.TdClassName
{
border-color: #02C0C7;
}
.TagClassName
{
border-color: #02C0C7;
}
</style>