Shades of Iris Blue #02BBE1
Tints of Iris Blue #02BBE1
RGB
CMYK
RGB Variations
Color information
#02BBE1 (or 0x02BBE1) is known color: Iris Blue. HEX triplet: 02, BB and E1. RGB value is (2,187,225). Sum of RGB (Red+Green+Blue) = 2+187+225=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #02BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBE1 is #FD441E. Grayscale: #878787. Windows color (decimal): -16598047 or 14793474. OLE color: 14793474.
HSL color Cylindrical-coordinate representation of color #02BBE1: hue angle of 190.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBE1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 187 | 225 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.12 |
| HSL | 190.22º | 0.98% | 0.45% | - |
| HSV(B) | 190.22º | 0.99% | 0.88% | - |
| XYZ | 31.39 | 40.99 | 77.49 | - |
| YUV | 136.02 | 178.21 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 225 | 0.99 | 0.17 | 0 | 0.12 | 190.22 | 0.98 | 0.45 |
| Hex | 2 | BB | E1 | 63 | 11 | 0 | C | BE | 62 | 2D |
| Octal | 2 | 273 | 341 | 143 | 21 | 0 | 14 | 276 | 142 | 55 |
| Binary | 10 | 10111011 | 11100001 | 1100011 | 10001 | 0 | 1100 | 10111110 | 1100010 | 101101 |
Color Harmonies of #02BBE1
Complementary color
Monochromatic Colors of #02BBE1
Black with #02BBE1
Text Example
Text Example
White with #02BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBE1; }
p { color: rgb(2,187,225); }
H1.HeaderClassName
{
color: #02BBE1;
}
.AnyTagClassName
{
color: #02BBE1;
}
</style>
background-color css
<style>
a { background-color: #02BBE1; }
a { background-color: rgb(2,187,225); }
div.DivClassName
{
background-color: #02BBE1;
}
.BgClassName
{
background-color: #02BBE1;
}
</style>
border-color css
<style>
span { border-color: #02BBE1; }
span { border-color: rgb(2,187,225); }
td.TdClassName
{
border-color: #02BBE1;
}
.TagClassName
{
border-color: #02BBE1;
}
</style>