Shades of Iris Blue #02BCDD
Tints of Iris Blue #02BCDD
RGB
CMYK
RGB Variations
Color information
#02BCDD (or 0x02BCDD) is known color: Iris Blue. HEX triplet: 02, BC and DD. RGB value is (2,188,221). Sum of RGB (Red+Green+Blue) = 2+188+221=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #02BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCDD is #FD4322. Grayscale: #878787. Windows color (decimal): -16597795 or 14531586. OLE color: 14531586.
HSL color Cylindrical-coordinate representation of color #02BCDD: hue angle of 189.04º 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 #02BCDD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 188 | 221 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.13 |
| HSL | 189.04º | 0.98% | 0.44% | - |
| HSV(B) | 189.04º | 0.99% | 0.87% | - |
| XYZ | 31.06 | 41.2 | 74.72 | - |
| YUV | 136.15 | 175.88 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 221 | 0.99 | 0.15 | 0 | 0.13 | 189.04 | 0.98 | 0.44 |
| Hex | 2 | BC | DD | 63 | F | 0 | D | BD | 62 | 2C |
| Octal | 2 | 274 | 335 | 143 | 17 | 0 | 15 | 275 | 142 | 54 |
| Binary | 10 | 10111100 | 11011101 | 1100011 | 1111 | 0 | 1101 | 10111101 | 1100010 | 101100 |
Color Harmonies of #02BCDD
Complementary color
Monochromatic Colors of #02BCDD
Black with #02BCDD
Text Example
Text Example
White with #02BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCDD; }
p { color: rgb(2,188,221); }
H1.HeaderClassName
{
color: #02BCDD;
}
.AnyTagClassName
{
color: #02BCDD;
}
</style>
background-color css
<style>
a { background-color: #02BCDD; }
a { background-color: rgb(2,188,221); }
div.DivClassName
{
background-color: #02BCDD;
}
.BgClassName
{
background-color: #02BCDD;
}
</style>
border-color css
<style>
span { border-color: #02BCDD; }
span { border-color: rgb(2,188,221); }
td.TdClassName
{
border-color: #02BCDD;
}
.TagClassName
{
border-color: #02BCDD;
}
</style>