Shades of Iris Blue #02BDB6
Tints of Iris Blue #02BDB6
RGB
CMYK
RGB Variations
Color information
#02BDB6 (or 0x02BDB6) is known color: Iris Blue. HEX triplet: 02, BD and B6. RGB value is (2,189,182). Sum of RGB (Red+Green+Blue) = 2+189+182=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDB6 is #FD4249. Grayscale: #848484. Windows color (decimal): -16597578 or 11975938. OLE color: 11975938.
HSL color Cylindrical-coordinate representation of color #02BDB6: hue angle of 177.75º 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 #02BDB6 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 182 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.26 |
| HSL | 177.75º | 0.98% | 0.37% | - |
| HSV(B) | 177.75º | 0.99% | 0.74% | - |
| XYZ | 26.67 | 39.79 | 50.53 | - |
| YUV | 132.29 | 156.05 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 182 | 0.99 | 0 | 0.04 | 0.26 | 177.75 | 0.98 | 0.37 |
| Hex | 2 | BD | B6 | 63 | 0 | 4 | 1A | B2 | 62 | 25 |
| Octal | 2 | 275 | 266 | 143 | 0 | 4 | 32 | 262 | 142 | 45 |
| Binary | 10 | 10111101 | 10110110 | 1100011 | 0 | 100 | 11010 | 10110010 | 1100010 | 100101 |
Color Harmonies of #02BDB6
Complementary color
Monochromatic Colors of #02BDB6
Black with #02BDB6
Text Example
Text Example
White with #02BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDB6; }
p { color: rgb(2,189,182); }
H1.HeaderClassName
{
color: #02BDB6;
}
.AnyTagClassName
{
color: #02BDB6;
}
</style>
background-color css
<style>
a { background-color: #02BDB6; }
a { background-color: rgb(2,189,182); }
div.DivClassName
{
background-color: #02BDB6;
}
.BgClassName
{
background-color: #02BDB6;
}
</style>
border-color css
<style>
span { border-color: #02BDB6; }
span { border-color: rgb(2,189,182); }
td.TdClassName
{
border-color: #02BDB6;
}
.TagClassName
{
border-color: #02BDB6;
}
</style>