Shades of Iris Blue #02BCBD
Tints of Iris Blue #02BCBD
RGB
CMYK
RGB Variations
Color information
#02BCBD (or 0x02BCBD) is known color: Iris Blue. HEX triplet: 02, BC and BD. RGB value is (2,188,189). Sum of RGB (Red+Green+Blue) = 2+188+189=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #02BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCBD is #FD4342. Grayscale: #848484. Windows color (decimal): -16597827 or 12434434. OLE color: 12434434.
HSL color Cylindrical-coordinate representation of color #02BCBD: 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 #02BCBD is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 189 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.26 |
| HSL | 180.32º | 0.98% | 0.37% | - |
| HSV(B) | 180.32º | 0.99% | 0.74% | - |
| XYZ | 27.19 | 39.65 | 54.36 | - |
| YUV | 132.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 189 | 0.99 | 0.01 | 0 | 0.26 | 180.32 | 0.98 | 0.37 |
| Hex | 2 | BC | BD | 63 | 1 | 0 | 1A | B4 | 62 | 25 |
| Octal | 2 | 274 | 275 | 143 | 1 | 0 | 32 | 264 | 142 | 45 |
| Binary | 10 | 10111100 | 10111101 | 1100011 | 1 | 0 | 11010 | 10110100 | 1100010 | 100101 |
Color Harmonies of #02BCBD
Complementary color
Monochromatic Colors of #02BCBD
Black with #02BCBD
Text Example
Text Example
White with #02BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCBD; }
p { color: rgb(2,188,189); }
H1.HeaderClassName
{
color: #02BCBD;
}
.AnyTagClassName
{
color: #02BCBD;
}
</style>
background-color css
<style>
a { background-color: #02BCBD; }
a { background-color: rgb(2,188,189); }
div.DivClassName
{
background-color: #02BCBD;
}
.BgClassName
{
background-color: #02BCBD;
}
</style>
border-color css
<style>
span { border-color: #02BCBD; }
span { border-color: rgb(2,188,189); }
td.TdClassName
{
border-color: #02BCBD;
}
.TagClassName
{
border-color: #02BCBD;
}
</style>