Shades of Iris Blue #02BCDB
Tints of Iris Blue #02BCDB
RGB
CMYK
RGB Variations
Color information
#02BCDB (or 0x02BCDB) is known color: Iris Blue. HEX triplet: 02, BC and DB. RGB value is (2,188,219). Sum of RGB (Red+Green+Blue) = 2+188+219=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #02BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCDB is #FD4324. Grayscale: #878787. Windows color (decimal): -16597797 or 14400514. OLE color: 14400514.
HSL color Cylindrical-coordinate representation of color #02BCDB: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCDB is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 188 | 219 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.14 |
| HSL | 188.57º | 0.98% | 0.43% | - |
| HSV(B) | 188.57º | 0.99% | 0.86% | - |
| XYZ | 30.79 | 41.09 | 73.33 | - |
| YUV | 135.92 | 174.88 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 219 | 0.99 | 0.14 | 0 | 0.14 | 188.57 | 0.98 | 0.43 |
| Hex | 2 | BC | DB | 63 | E | 0 | E | BD | 62 | 2B |
| Octal | 2 | 274 | 333 | 143 | 16 | 0 | 16 | 275 | 142 | 53 |
| Binary | 10 | 10111100 | 11011011 | 1100011 | 1110 | 0 | 1110 | 10111101 | 1100010 | 101011 |
Color Harmonies of #02BCDB
Complementary color
Monochromatic Colors of #02BCDB
Black with #02BCDB
Text Example
Text Example
White with #02BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCDB; }
p { color: rgb(2,188,219); }
H1.HeaderClassName
{
color: #02BCDB;
}
.AnyTagClassName
{
color: #02BCDB;
}
</style>
background-color css
<style>
a { background-color: #02BCDB; }
a { background-color: rgb(2,188,219); }
div.DivClassName
{
background-color: #02BCDB;
}
.BgClassName
{
background-color: #02BCDB;
}
</style>
border-color css
<style>
span { border-color: #02BCDB; }
span { border-color: rgb(2,188,219); }
td.TdClassName
{
border-color: #02BCDB;
}
.TagClassName
{
border-color: #02BCDB;
}
</style>