Shades of Iris Blue #02BBCB
Tints of Iris Blue #02BBCB
RGB
CMYK
RGB Variations
Color information
#02BBCB (or 0x02BBCB) is known color: Iris Blue. HEX triplet: 02, BB and CB. RGB value is (2,187,203). Sum of RGB (Red+Green+Blue) = 2+187+203=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #02BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBCB is #FD4434. Grayscale: #858585. Windows color (decimal): -16598069 or 13351682. OLE color: 13351682.
HSL color Cylindrical-coordinate representation of color #02BBCB: hue angle of 184.78º 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 #02BBCB is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 187 | 203 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.20 |
| HSL | 184.78º | 0.98% | 0.4% | - |
| HSV(B) | 184.78º | 0.99% | 0.8% | - |
| XYZ | 28.57 | 39.87 | 62.69 | - |
| YUV | 133.51 | 167.21 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 203 | 0.99 | 0.08 | 0 | 0.20 | 184.78 | 0.98 | 0.4 |
| Hex | 2 | BB | CB | 63 | 8 | 0 | 14 | B9 | 62 | 28 |
| Octal | 2 | 273 | 313 | 143 | 10 | 0 | 24 | 271 | 142 | 50 |
| Binary | 10 | 10111011 | 11001011 | 1100011 | 1000 | 0 | 10100 | 10111001 | 1100010 | 101000 |
Color Harmonies of #02BBCB
Complementary color
Monochromatic Colors of #02BBCB
Black with #02BBCB
Text Example
Text Example
White with #02BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBCB; }
p { color: rgb(2,187,203); }
H1.HeaderClassName
{
color: #02BBCB;
}
.AnyTagClassName
{
color: #02BBCB;
}
</style>
background-color css
<style>
a { background-color: #02BBCB; }
a { background-color: rgb(2,187,203); }
div.DivClassName
{
background-color: #02BBCB;
}
.BgClassName
{
background-color: #02BBCB;
}
</style>
border-color css
<style>
span { border-color: #02BBCB; }
span { border-color: rgb(2,187,203); }
td.TdClassName
{
border-color: #02BBCB;
}
.TagClassName
{
border-color: #02BBCB;
}
</style>