Shades of Iris Blue #02BBE0
Tints of Iris Blue #02BBE0
RGB
CMYK
RGB Variations
Color information
#02BBE0 (or 0x02BBE0) is known color: Iris Blue. HEX triplet: 02, BB and E0. RGB value is (2,187,224). Sum of RGB (Red+Green+Blue) = 2+187+224=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #02BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBE0 is #FD441F. Grayscale: #878787. Windows color (decimal): -16598048 or 14727938. OLE color: 14727938.
HSL color Cylindrical-coordinate representation of color #02BBE0: hue angle of 190º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBE0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 187 | 224 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.12 |
| HSL | 190º | 0.98% | 0.44% | - |
| HSV(B) | 190º | 0.99% | 0.88% | - |
| XYZ | 31.25 | 40.94 | 76.78 | - |
| YUV | 135.9 | 177.71 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 224 | 0.99 | 0.17 | 0 | 0.12 | 190 | 0.98 | 0.44 |
| Hex | 2 | BB | E0 | 63 | 11 | 0 | C | BE | 62 | 2C |
| Octal | 2 | 273 | 340 | 143 | 21 | 0 | 14 | 276 | 142 | 54 |
| Binary | 10 | 10111011 | 11100000 | 1100011 | 10001 | 0 | 1100 | 10111110 | 1100010 | 101100 |
Color Harmonies of #02BBE0
Complementary color
Monochromatic Colors of #02BBE0
Black with #02BBE0
Text Example
Text Example
White with #02BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBE0; }
p { color: rgb(2,187,224); }
H1.HeaderClassName
{
color: #02BBE0;
}
.AnyTagClassName
{
color: #02BBE0;
}
</style>
background-color css
<style>
a { background-color: #02BBE0; }
a { background-color: rgb(2,187,224); }
div.DivClassName
{
background-color: #02BBE0;
}
.BgClassName
{
background-color: #02BBE0;
}
</style>
border-color css
<style>
span { border-color: #02BBE0; }
span { border-color: rgb(2,187,224); }
td.TdClassName
{
border-color: #02BBE0;
}
.TagClassName
{
border-color: #02BBE0;
}
</style>