Shades of Iris Blue #02BDDD
Tints of Iris Blue #02BDDD
RGB
CMYK
RGB Variations
Color information
#02BDDD (or 0x02BDDD) is known color: Iris Blue. HEX triplet: 02, BD and DD. RGB value is (2,189,221). Sum of RGB (Red+Green+Blue) = 2+189+221=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #02BDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDDD is #FD4222. Grayscale: #888888. Windows color (decimal): -16597539 or 14531842. OLE color: 14531842.
HSL color Cylindrical-coordinate representation of color #02BDDD: hue angle of 188.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDDD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 189 | 221 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.13 |
| HSL | 188.77º | 0.98% | 0.44% | - |
| HSV(B) | 188.77º | 0.99% | 0.87% | - |
| XYZ | 31.27 | 41.63 | 74.79 | - |
| YUV | 136.74 | 175.55 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 221 | 0.99 | 0.14 | 0 | 0.13 | 188.77 | 0.98 | 0.44 |
| Hex | 2 | BD | DD | 63 | E | 0 | D | BD | 62 | 2C |
| Octal | 2 | 275 | 335 | 143 | 16 | 0 | 15 | 275 | 142 | 54 |
| Binary | 10 | 10111101 | 11011101 | 1100011 | 1110 | 0 | 1101 | 10111101 | 1100010 | 101100 |
Color Harmonies of #02BDDD
Complementary color
Monochromatic Colors of #02BDDD
Black with #02BDDD
Text Example
Text Example
White with #02BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDDD; }
p { color: rgb(2,189,221); }
H1.HeaderClassName
{
color: #02BDDD;
}
.AnyTagClassName
{
color: #02BDDD;
}
</style>
background-color css
<style>
a { background-color: #02BDDD; }
a { background-color: rgb(2,189,221); }
div.DivClassName
{
background-color: #02BDDD;
}
.BgClassName
{
background-color: #02BDDD;
}
</style>
border-color css
<style>
span { border-color: #02BDDD; }
span { border-color: rgb(2,189,221); }
td.TdClassName
{
border-color: #02BDDD;
}
.TagClassName
{
border-color: #02BDDD;
}
</style>