Shades of Iris Blue #02BCBA
Tints of Iris Blue #02BCBA
RGB
CMYK
RGB Variations
Color information
#02BCBA (or 0x02BCBA) is known color: Iris Blue. HEX triplet: 02, BC and BA. RGB value is (2,188,186). Sum of RGB (Red+Green+Blue) = 2+188+186=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCBA is #FD4345. Grayscale: #838383. Windows color (decimal): -16597830 or 12237826. OLE color: 12237826.
HSL color Cylindrical-coordinate representation of color #02BCBA: hue angle of 179.35º 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 #02BCBA is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 186 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.26 |
| HSL | 179.35º | 0.98% | 0.37% | - |
| HSV(B) | 179.35º | 0.99% | 0.74% | - |
| XYZ | 26.87 | 39.52 | 52.67 | - |
| YUV | 132.16 | 158.38 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 186 | 0.99 | 0 | 0.01 | 0.26 | 179.35 | 0.98 | 0.37 |
| Hex | 2 | BC | BA | 63 | 0 | 1 | 1A | B3 | 62 | 25 |
| Octal | 2 | 274 | 272 | 143 | 0 | 1 | 32 | 263 | 142 | 45 |
| Binary | 10 | 10111100 | 10111010 | 1100011 | 0 | 1 | 11010 | 10110011 | 1100010 | 100101 |
Color Harmonies of #02BCBA
Complementary color
Monochromatic Colors of #02BCBA
Black with #02BCBA
Text Example
Text Example
White with #02BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCBA; }
p { color: rgb(2,188,186); }
H1.HeaderClassName
{
color: #02BCBA;
}
.AnyTagClassName
{
color: #02BCBA;
}
</style>
background-color css
<style>
a { background-color: #02BCBA; }
a { background-color: rgb(2,188,186); }
div.DivClassName
{
background-color: #02BCBA;
}
.BgClassName
{
background-color: #02BCBA;
}
</style>
border-color css
<style>
span { border-color: #02BCBA; }
span { border-color: rgb(2,188,186); }
td.TdClassName
{
border-color: #02BCBA;
}
.TagClassName
{
border-color: #02BCBA;
}
</style>