Shades of Robin's Egg Blue #02C6BD
Tints of Robin's Egg Blue #02C6BD
RGB
CMYK
RGB Variations
Color information
#02C6BD (or 0x02C6BD) is known color: Robin's Egg Blue. HEX triplet: 02, C6 and BD. RGB value is (2,198,189). Sum of RGB (Red+Green+Blue) = 2+198+189=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #02C6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C6BD is #FD3942. Grayscale: #8A8A8A. Windows color (decimal): -16595267 or 12436994. OLE color: 12436994.
HSL color Cylindrical-coordinate representation of color #02C6BD: hue angle of 177.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6BD is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 189 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.22 |
| HSL | 177.24º | 0.98% | 0.39% | - |
| HSV(B) | 177.24º | 0.99% | 0.78% | - |
| XYZ | 29.4 | 44.08 | 55.1 | - |
| YUV | 138.37 | 156.57 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 189 | 0.99 | 0 | 0.05 | 0.22 | 177.24 | 0.98 | 0.39 |
| Hex | 2 | C6 | BD | 63 | 0 | 5 | 16 | B1 | 62 | 27 |
| Octal | 2 | 306 | 275 | 143 | 0 | 5 | 26 | 261 | 142 | 47 |
| Binary | 10 | 11000110 | 10111101 | 1100011 | 0 | 101 | 10110 | 10110001 | 1100010 | 100111 |
Color Harmonies of #02C6BD
Complementary color
Monochromatic Colors of #02C6BD
Black with #02C6BD
Text Example
Text Example
White with #02C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6BD; }
p { color: rgb(2,198,189); }
H1.HeaderClassName
{
color: #02C6BD;
}
.AnyTagClassName
{
color: #02C6BD;
}
</style>
background-color css
<style>
a { background-color: #02C6BD; }
a { background-color: rgb(2,198,189); }
div.DivClassName
{
background-color: #02C6BD;
}
.BgClassName
{
background-color: #02C6BD;
}
</style>
border-color css
<style>
span { border-color: #02C6BD; }
span { border-color: rgb(2,198,189); }
td.TdClassName
{
border-color: #02C6BD;
}
.TagClassName
{
border-color: #02C6BD;
}
</style>