Shades of Iris Blue #02B2CB
Tints of Iris Blue #02B2CB
RGB
CMYK
RGB Variations
Color information
#02B2CB (or 0x02B2CB) is known color: Iris Blue. HEX triplet: 02, B2 and CB. RGB value is (2,178,203). Sum of RGB (Red+Green+Blue) = 2+178+203=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #02B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B2CB is #FD4D34. Grayscale: #7F7F7F. Windows color (decimal): -16600373 or 13349378. OLE color: 13349378.
HSL color Cylindrical-coordinate representation of color #02B2CB: hue angle of 187.46º 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 #02B2CB is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 178 | 203 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.20 |
| HSL | 187.46º | 0.98% | 0.4% | - |
| HSV(B) | 187.46º | 0.99% | 0.8% | - |
| XYZ | 26.72 | 36.17 | 62.07 | - |
| YUV | 128.23 | 170.19 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 203 | 0.99 | 0.12 | 0 | 0.20 | 187.46 | 0.98 | 0.4 |
| Hex | 2 | B2 | CB | 63 | C | 0 | 14 | BB | 62 | 28 |
| Octal | 2 | 262 | 313 | 143 | 14 | 0 | 24 | 273 | 142 | 50 |
| Binary | 10 | 10110010 | 11001011 | 1100011 | 1100 | 0 | 10100 | 10111011 | 1100010 | 101000 |
Color Harmonies of #02B2CB
Complementary color
Monochromatic Colors of #02B2CB
Black with #02B2CB
Text Example
Text Example
White with #02B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B2CB; }
p { color: rgb(2,178,203); }
H1.HeaderClassName
{
color: #02B2CB;
}
.AnyTagClassName
{
color: #02B2CB;
}
</style>
background-color css
<style>
a { background-color: #02B2CB; }
a { background-color: rgb(2,178,203); }
div.DivClassName
{
background-color: #02B2CB;
}
.BgClassName
{
background-color: #02B2CB;
}
</style>
border-color css
<style>
span { border-color: #02B2CB; }
span { border-color: rgb(2,178,203); }
td.TdClassName
{
border-color: #02B2CB;
}
.TagClassName
{
border-color: #02B2CB;
}
</style>