Shades of Iris Blue #02B0C0
Tints of Iris Blue #02B0C0
RGB
CMYK
RGB Variations
Color information
#02B0C0 (or 0x02B0C0) is known color: Iris Blue. HEX triplet: 02, B0 and C0. RGB value is (2,176,192). Sum of RGB (Red+Green+Blue) = 2+176+192=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #02B0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0C0 is #FD4F3F. Grayscale: #7D7D7D. Windows color (decimal): -16600896 or 12627970. OLE color: 12627970.
HSL color Cylindrical-coordinate representation of color #02B0C0: hue angle of 185.05º 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 #02B0C0 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 176 | 192 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.25 |
| HSL | 185.05º | 0.98% | 0.38% | - |
| HSV(B) | 185.05º | 0.99% | 0.75% | - |
| XYZ | 25.06 | 34.87 | 55.28 | - |
| YUV | 125.8 | 165.35 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 176 | 192 | 0.99 | 0.08 | 0 | 0.25 | 185.05 | 0.98 | 0.38 |
| Hex | 2 | B0 | C0 | 63 | 8 | 0 | 19 | B9 | 62 | 26 |
| Octal | 2 | 260 | 300 | 143 | 10 | 0 | 31 | 271 | 142 | 46 |
| Binary | 10 | 10110000 | 11000000 | 1100011 | 1000 | 0 | 11001 | 10111001 | 1100010 | 100110 |
Color Harmonies of #02B0C0
Complementary color
Monochromatic Colors of #02B0C0
Black with #02B0C0
Text Example
Text Example
White with #02B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B0C0; }
p { color: rgb(2,176,192); }
H1.HeaderClassName
{
color: #02B0C0;
}
.AnyTagClassName
{
color: #02B0C0;
}
</style>
background-color css
<style>
a { background-color: #02B0C0; }
a { background-color: rgb(2,176,192); }
div.DivClassName
{
background-color: #02B0C0;
}
.BgClassName
{
background-color: #02B0C0;
}
</style>
border-color css
<style>
span { border-color: #02B0C0; }
span { border-color: rgb(2,176,192); }
td.TdClassName
{
border-color: #02B0C0;
}
.TagClassName
{
border-color: #02B0C0;
}
</style>