Shades of Robin's Egg Blue #02CFB9
Tints of Robin's Egg Blue #02CFB9
RGB
CMYK
RGB Variations
Color information
#02CFB9 (or 0x02CFB9) is known color: Robin's Egg Blue. HEX triplet: 02, CF and B9. RGB value is (2,207,185). Sum of RGB (Red+Green+Blue) = 2+207+185=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFB9 is #FD3046. Grayscale: #8F8F8F. Windows color (decimal): -16592967 or 12177154. OLE color: 12177154.
HSL color Cylindrical-coordinate representation of color #02CFB9: hue angle of 173.56º 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 #02CFB9 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 185 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.19 |
| HSL | 173.56º | 0.98% | 0.41% | - |
| HSV(B) | 173.56º | 0.99% | 0.81% | - |
| XYZ | 31.09 | 48.14 | 53.55 | - |
| YUV | 143.2 | 151.58 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 185 | 0.99 | 0 | 0.11 | 0.19 | 173.56 | 0.98 | 0.41 |
| Hex | 2 | CF | B9 | 63 | 0 | B | 13 | AE | 62 | 29 |
| Octal | 2 | 317 | 271 | 143 | 0 | 13 | 23 | 256 | 142 | 51 |
| Binary | 10 | 11001111 | 10111001 | 1100011 | 0 | 1011 | 10011 | 10101110 | 1100010 | 101001 |
Color Harmonies of #02CFB9
Complementary color
Monochromatic Colors of #02CFB9
Black with #02CFB9
Text Example
Text Example
White with #02CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFB9; }
p { color: rgb(2,207,185); }
H1.HeaderClassName
{
color: #02CFB9;
}
.AnyTagClassName
{
color: #02CFB9;
}
</style>
background-color css
<style>
a { background-color: #02CFB9; }
a { background-color: rgb(2,207,185); }
div.DivClassName
{
background-color: #02CFB9;
}
.BgClassName
{
background-color: #02CFB9;
}
</style>
border-color css
<style>
span { border-color: #02CFB9; }
span { border-color: rgb(2,207,185); }
td.TdClassName
{
border-color: #02CFB9;
}
.TagClassName
{
border-color: #02CFB9;
}
</style>