Shades of Iris Blue #02BDB1
Tints of Iris Blue #02BDB1
RGB
CMYK
RGB Variations
Color information
#02BDB1 (or 0x02BDB1) is known color: Iris Blue. HEX triplet: 02, BD and B1. RGB value is (2,189,177). Sum of RGB (Red+Green+Blue) = 2+189+177=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BDB1 is #FD424E. Grayscale: #838383. Windows color (decimal): -16597583 or 11648258. OLE color: 11648258.
HSL color Cylindrical-coordinate representation of color #02BDB1: hue angle of 176.15º 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 #02BDB1 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 177 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.26 |
| HSL | 176.15º | 0.98% | 0.37% | - |
| HSV(B) | 176.15º | 0.99% | 0.74% | - |
| XYZ | 26.16 | 39.58 | 47.86 | - |
| YUV | 131.72 | 153.55 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 177 | 0.99 | 0 | 0.06 | 0.26 | 176.15 | 0.98 | 0.37 |
| Hex | 2 | BD | B1 | 63 | 0 | 6 | 1A | B0 | 62 | 25 |
| Octal | 2 | 275 | 261 | 143 | 0 | 6 | 32 | 260 | 142 | 45 |
| Binary | 10 | 10111101 | 10110001 | 1100011 | 0 | 110 | 11010 | 10110000 | 1100010 | 100101 |
Color Harmonies of #02BDB1
Complementary color
Monochromatic Colors of #02BDB1
Black with #02BDB1
Text Example
Text Example
White with #02BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDB1; }
p { color: rgb(2,189,177); }
H1.HeaderClassName
{
color: #02BDB1;
}
.AnyTagClassName
{
color: #02BDB1;
}
</style>
background-color css
<style>
a { background-color: #02BDB1; }
a { background-color: rgb(2,189,177); }
div.DivClassName
{
background-color: #02BDB1;
}
.BgClassName
{
background-color: #02BDB1;
}
</style>
border-color css
<style>
span { border-color: #02BDB1; }
span { border-color: rgb(2,189,177); }
td.TdClassName
{
border-color: #02BDB1;
}
.TagClassName
{
border-color: #02BDB1;
}
</style>