Shades of Iris Blue #02BBBC
Tints of Iris Blue #02BBBC
RGB
CMYK
RGB Variations
Color information
#02BBBC (or 0x02BBBC) is known color: Iris Blue. HEX triplet: 02, BB and BC. RGB value is (2,187,188). Sum of RGB (Red+Green+Blue) = 2+187+188=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #02BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBBC is #FD4443. Grayscale: #838383. Windows color (decimal): -16598084 or 12368642. OLE color: 12368642.
HSL color Cylindrical-coordinate representation of color #02BBBC: hue angle of 180.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBBC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 187 | 188 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.26 |
| HSL | 180.32º | 0.98% | 0.37% | - |
| HSV(B) | 180.32º | 0.99% | 0.74% | - |
| XYZ | 26.87 | 39.18 | 53.72 | - |
| YUV | 131.8 | 159.71 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 188 | 0.99 | 0.01 | 0 | 0.26 | 180.32 | 0.98 | 0.37 |
| Hex | 2 | BB | BC | 63 | 1 | 0 | 1A | B4 | 62 | 25 |
| Octal | 2 | 273 | 274 | 143 | 1 | 0 | 32 | 264 | 142 | 45 |
| Binary | 10 | 10111011 | 10111100 | 1100011 | 1 | 0 | 11010 | 10110100 | 1100010 | 100101 |
Color Harmonies of #02BBBC
Complementary color
Monochromatic Colors of #02BBBC
Black with #02BBBC
Text Example
Text Example
White with #02BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBBC; }
p { color: rgb(2,187,188); }
H1.HeaderClassName
{
color: #02BBBC;
}
.AnyTagClassName
{
color: #02BBBC;
}
</style>
background-color css
<style>
a { background-color: #02BBBC; }
a { background-color: rgb(2,187,188); }
div.DivClassName
{
background-color: #02BBBC;
}
.BgClassName
{
background-color: #02BBBC;
}
</style>
border-color css
<style>
span { border-color: #02BBBC; }
span { border-color: rgb(2,187,188); }
td.TdClassName
{
border-color: #02BBBC;
}
.TagClassName
{
border-color: #02BBBC;
}
</style>