Shades of Iris Blue #02BCDA
Tints of Iris Blue #02BCDA
RGB
CMYK
RGB Variations
Color information
#02BCDA (or 0x02BCDA) is known color: Iris Blue. HEX triplet: 02, BC and DA. RGB value is (2,188,218). Sum of RGB (Red+Green+Blue) = 2+188+218=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #02BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCDA is #FD4325. Grayscale: #878787. Windows color (decimal): -16597798 or 14334978. OLE color: 14334978.
HSL color Cylindrical-coordinate representation of color #02BCDA: hue angle of 188.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCDA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 188 | 218 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.15 |
| HSL | 188.33º | 0.98% | 0.43% | - |
| HSV(B) | 188.33º | 0.99% | 0.85% | - |
| XYZ | 30.66 | 41.04 | 72.64 | - |
| YUV | 135.81 | 174.38 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 218 | 0.99 | 0.14 | 0 | 0.15 | 188.33 | 0.98 | 0.43 |
| Hex | 2 | BC | DA | 63 | E | 0 | F | BC | 62 | 2B |
| Octal | 2 | 274 | 332 | 143 | 16 | 0 | 17 | 274 | 142 | 53 |
| Binary | 10 | 10111100 | 11011010 | 1100011 | 1110 | 0 | 1111 | 10111100 | 1100010 | 101011 |
Color Harmonies of #02BCDA
Complementary color
Monochromatic Colors of #02BCDA
Black with #02BCDA
Text Example
Text Example
White with #02BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCDA; }
p { color: rgb(2,188,218); }
H1.HeaderClassName
{
color: #02BCDA;
}
.AnyTagClassName
{
color: #02BCDA;
}
</style>
background-color css
<style>
a { background-color: #02BCDA; }
a { background-color: rgb(2,188,218); }
div.DivClassName
{
background-color: #02BCDA;
}
.BgClassName
{
background-color: #02BCDA;
}
</style>
border-color css
<style>
span { border-color: #02BCDA; }
span { border-color: rgb(2,188,218); }
td.TdClassName
{
border-color: #02BCDA;
}
.TagClassName
{
border-color: #02BCDA;
}
</style>