Shades of Iris Blue #02BCBE
Tints of Iris Blue #02BCBE
RGB
CMYK
RGB Variations
Color information
#02BCBE (or 0x02BCBE) is known color: Iris Blue. HEX triplet: 02, BC and BE. RGB value is (2,188,190). Sum of RGB (Red+Green+Blue) = 2+188+190=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #02BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCBE is #FD4341. Grayscale: #848484. Windows color (decimal): -16597826 or 12499970. OLE color: 12499970.
HSL color Cylindrical-coordinate representation of color #02BCBE: hue angle of 180.64º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCBE is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 188 | 190 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.25 |
| HSL | 180.64º | 0.98% | 0.38% | - |
| HSV(B) | 180.64º | 0.99% | 0.75% | - |
| XYZ | 27.3 | 39.7 | 54.94 | - |
| YUV | 132.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 190 | 0.99 | 0.01 | 0 | 0.25 | 180.64 | 0.98 | 0.38 |
| Hex | 2 | BC | BE | 63 | 1 | 0 | 19 | B5 | 62 | 26 |
| Octal | 2 | 274 | 276 | 143 | 1 | 0 | 31 | 265 | 142 | 46 |
| Binary | 10 | 10111100 | 10111110 | 1100011 | 1 | 0 | 11001 | 10110101 | 1100010 | 100110 |
Color Harmonies of #02BCBE
Complementary color
Monochromatic Colors of #02BCBE
Black with #02BCBE
Text Example
Text Example
White with #02BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCBE; }
p { color: rgb(2,188,190); }
H1.HeaderClassName
{
color: #02BCBE;
}
.AnyTagClassName
{
color: #02BCBE;
}
</style>
background-color css
<style>
a { background-color: #02BCBE; }
a { background-color: rgb(2,188,190); }
div.DivClassName
{
background-color: #02BCBE;
}
.BgClassName
{
background-color: #02BCBE;
}
</style>
border-color css
<style>
span { border-color: #02BCBE; }
span { border-color: rgb(2,188,190); }
td.TdClassName
{
border-color: #02BCBE;
}
.TagClassName
{
border-color: #02BCBE;
}
</style>