Shades of Iris Blue #02BBDB
Tints of Iris Blue #02BBDB
RGB
CMYK
RGB Variations
Color information
#02BBDB (or 0x02BBDB) is known color: Iris Blue. HEX triplet: 02, BB and DB. RGB value is (2,187,219). Sum of RGB (Red+Green+Blue) = 2+187+219=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #02BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBDB is #FD4424. Grayscale: #878787. Windows color (decimal): -16598053 or 14400258. OLE color: 14400258.
HSL color Cylindrical-coordinate representation of color #02BBDB: hue angle of 188.85º 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 #02BBDB is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 187 | 219 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.14 |
| HSL | 188.85º | 0.98% | 0.43% | - |
| HSV(B) | 188.85º | 0.99% | 0.86% | - |
| XYZ | 30.58 | 40.67 | 73.26 | - |
| YUV | 135.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 219 | 0.99 | 0.15 | 0 | 0.14 | 188.85 | 0.98 | 0.43 |
| Hex | 2 | BB | DB | 63 | F | 0 | E | BD | 62 | 2B |
| Octal | 2 | 273 | 333 | 143 | 17 | 0 | 16 | 275 | 142 | 53 |
| Binary | 10 | 10111011 | 11011011 | 1100011 | 1111 | 0 | 1110 | 10111101 | 1100010 | 101011 |
Color Harmonies of #02BBDB
Complementary color
Monochromatic Colors of #02BBDB
Black with #02BBDB
Text Example
Text Example
White with #02BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBDB; }
p { color: rgb(2,187,219); }
H1.HeaderClassName
{
color: #02BBDB;
}
.AnyTagClassName
{
color: #02BBDB;
}
</style>
background-color css
<style>
a { background-color: #02BBDB; }
a { background-color: rgb(2,187,219); }
div.DivClassName
{
background-color: #02BBDB;
}
.BgClassName
{
background-color: #02BBDB;
}
</style>
border-color css
<style>
span { border-color: #02BBDB; }
span { border-color: rgb(2,187,219); }
td.TdClassName
{
border-color: #02BBDB;
}
.TagClassName
{
border-color: #02BBDB;
}
</style>