Shades of Iris Blue #02C0B9
Tints of Iris Blue #02C0B9
RGB
CMYK
RGB Variations
Color information
#02C0B9 (or 0x02C0B9) is known color: Iris Blue. HEX triplet: 02, C0 and B9. RGB value is (2,192,185). Sum of RGB (Red+Green+Blue) = 2+192+185=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0B9 is #FD3F46. Grayscale: #868686. Windows color (decimal): -16596807 or 12173314. OLE color: 12173314.
HSL color Cylindrical-coordinate representation of color #02C0B9: hue angle of 177.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0B9 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 185 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.25 |
| HSL | 177.79º | 0.98% | 0.38% | - |
| HSV(B) | 177.79º | 0.99% | 0.75% | - |
| XYZ | 27.63 | 41.21 | 52.4 | - |
| YUV | 134.39 | 156.55 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 185 | 0.99 | 0 | 0.04 | 0.25 | 177.79 | 0.98 | 0.38 |
| Hex | 2 | C0 | B9 | 63 | 0 | 4 | 19 | B2 | 62 | 26 |
| Octal | 2 | 300 | 271 | 143 | 0 | 4 | 31 | 262 | 142 | 46 |
| Binary | 10 | 11000000 | 10111001 | 1100011 | 0 | 100 | 11001 | 10110010 | 1100010 | 100110 |
Color Harmonies of #02C0B9
Complementary color
Monochromatic Colors of #02C0B9
Black with #02C0B9
Text Example
Text Example
White with #02C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0B9; }
p { color: rgb(2,192,185); }
H1.HeaderClassName
{
color: #02C0B9;
}
.AnyTagClassName
{
color: #02C0B9;
}
</style>
background-color css
<style>
a { background-color: #02C0B9; }
a { background-color: rgb(2,192,185); }
div.DivClassName
{
background-color: #02C0B9;
}
.BgClassName
{
background-color: #02C0B9;
}
</style>
border-color css
<style>
span { border-color: #02C0B9; }
span { border-color: rgb(2,192,185); }
td.TdClassName
{
border-color: #02C0B9;
}
.TagClassName
{
border-color: #02C0B9;
}
</style>