Shades of Robin's Egg Blue #02CFBD
Tints of Robin's Egg Blue #02CFBD
RGB
CMYK
RGB Variations
Color information
#02CFBD (or 0x02CFBD) is known color: Robin's Egg Blue. HEX triplet: 02, CF and BD. RGB value is (2,207,189). Sum of RGB (Red+Green+Blue) = 2+207+189=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFBD is #FD3042. Grayscale: #8F8F8F. Windows color (decimal): -16592963 or 12439298. OLE color: 12439298.
HSL color Cylindrical-coordinate representation of color #02CFBD: hue angle of 174.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFBD is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 189 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.19 |
| HSL | 174.73º | 0.98% | 0.41% | - |
| HSV(B) | 174.73º | 0.99% | 0.81% | - |
| XYZ | 31.52 | 48.31 | 55.81 | - |
| YUV | 143.65 | 153.58 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 189 | 0.99 | 0 | 0.09 | 0.19 | 174.73 | 0.98 | 0.41 |
| Hex | 2 | CF | BD | 63 | 0 | 9 | 13 | AF | 62 | 29 |
| Octal | 2 | 317 | 275 | 143 | 0 | 11 | 23 | 257 | 142 | 51 |
| Binary | 10 | 11001111 | 10111101 | 1100011 | 0 | 1001 | 10011 | 10101111 | 1100010 | 101001 |
Color Harmonies of #02CFBD
Complementary color
Monochromatic Colors of #02CFBD
Black with #02CFBD
Text Example
Text Example
White with #02CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFBD; }
p { color: rgb(2,207,189); }
H1.HeaderClassName
{
color: #02CFBD;
}
.AnyTagClassName
{
color: #02CFBD;
}
</style>
background-color css
<style>
a { background-color: #02CFBD; }
a { background-color: rgb(2,207,189); }
div.DivClassName
{
background-color: #02CFBD;
}
.BgClassName
{
background-color: #02CFBD;
}
</style>
border-color css
<style>
span { border-color: #02CFBD; }
span { border-color: rgb(2,207,189); }
td.TdClassName
{
border-color: #02CFBD;
}
.TagClassName
{
border-color: #02CFBD;
}
</style>