Shades of Iris Blue #02BCB5
Tints of Iris Blue #02BCB5
RGB
CMYK
RGB Variations
Color information
#02BCB5 (or 0x02BCB5) is known color: Iris Blue. HEX triplet: 02, BC and B5. RGB value is (2,188,181). Sum of RGB (Red+Green+Blue) = 2+188+181=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCB5 is #FD434A. Grayscale: #838383. Windows color (decimal): -16597835 or 11910146. OLE color: 11910146.
HSL color Cylindrical-coordinate representation of color #02BCB5: hue angle of 177.74º 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 #02BCB5 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 181 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.26 |
| HSL | 177.74º | 0.98% | 0.37% | - |
| HSV(B) | 177.74º | 0.99% | 0.74% | - |
| XYZ | 26.35 | 39.32 | 49.92 | - |
| YUV | 131.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 181 | 0.99 | 0 | 0.04 | 0.26 | 177.74 | 0.98 | 0.37 |
| Hex | 2 | BC | B5 | 63 | 0 | 4 | 1A | B2 | 62 | 25 |
| Octal | 2 | 274 | 265 | 143 | 0 | 4 | 32 | 262 | 142 | 45 |
| Binary | 10 | 10111100 | 10110101 | 1100011 | 0 | 100 | 11010 | 10110010 | 1100010 | 100101 |
Color Harmonies of #02BCB5
Complementary color
Monochromatic Colors of #02BCB5
Black with #02BCB5
Text Example
Text Example
White with #02BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCB5; }
p { color: rgb(2,188,181); }
H1.HeaderClassName
{
color: #02BCB5;
}
.AnyTagClassName
{
color: #02BCB5;
}
</style>
background-color css
<style>
a { background-color: #02BCB5; }
a { background-color: rgb(2,188,181); }
div.DivClassName
{
background-color: #02BCB5;
}
.BgClassName
{
background-color: #02BCB5;
}
</style>
border-color css
<style>
span { border-color: #02BCB5; }
span { border-color: rgb(2,188,181); }
td.TdClassName
{
border-color: #02BCB5;
}
.TagClassName
{
border-color: #02BCB5;
}
</style>