Shades of Robin's Egg Blue #02CFBB
Tints of Robin's Egg Blue #02CFBB
RGB
CMYK
RGB Variations
Color information
#02CFBB (or 0x02CFBB) is known color: Robin's Egg Blue. HEX triplet: 02, CF and BB. RGB value is (2,207,187). Sum of RGB (Red+Green+Blue) = 2+207+187=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFBB is #FD3044. Grayscale: #8F8F8F. Windows color (decimal): -16592965 or 12308226. OLE color: 12308226.
HSL color Cylindrical-coordinate representation of color #02CFBB: hue angle of 174.15º 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 #02CFBB is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 187 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.19 |
| HSL | 174.15º | 0.98% | 0.41% | - |
| HSV(B) | 174.15º | 0.99% | 0.81% | - |
| XYZ | 31.31 | 48.23 | 54.67 | - |
| YUV | 143.43 | 152.58 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 187 | 0.99 | 0 | 0.10 | 0.19 | 174.15 | 0.98 | 0.41 |
| Hex | 2 | CF | BB | 63 | 0 | A | 13 | AE | 62 | 29 |
| Octal | 2 | 317 | 273 | 143 | 0 | 12 | 23 | 256 | 142 | 51 |
| Binary | 10 | 11001111 | 10111011 | 1100011 | 0 | 1010 | 10011 | 10101110 | 1100010 | 101001 |
Color Harmonies of #02CFBB
Complementary color
Monochromatic Colors of #02CFBB
Black with #02CFBB
Text Example
Text Example
White with #02CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFBB; }
p { color: rgb(2,207,187); }
H1.HeaderClassName
{
color: #02CFBB;
}
.AnyTagClassName
{
color: #02CFBB;
}
</style>
background-color css
<style>
a { background-color: #02CFBB; }
a { background-color: rgb(2,207,187); }
div.DivClassName
{
background-color: #02CFBB;
}
.BgClassName
{
background-color: #02CFBB;
}
</style>
border-color css
<style>
span { border-color: #02CFBB; }
span { border-color: rgb(2,207,187); }
td.TdClassName
{
border-color: #02CFBB;
}
.TagClassName
{
border-color: #02CFBB;
}
</style>