Shades of Robin's Egg Blue #02CFB5
Tints of Robin's Egg Blue #02CFB5
RGB
CMYK
RGB Variations
Color information
#02CFB5 (or 0x02CFB5) is known color: Robin's Egg Blue. HEX triplet: 02, CF and B5. RGB value is (2,207,181). Sum of RGB (Red+Green+Blue) = 2+207+181=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFB5 is #FD304A. Grayscale: #8E8E8E. Windows color (decimal): -16592971 or 11915010. OLE color: 11915010.
HSL color Cylindrical-coordinate representation of color #02CFB5: hue angle of 172.39º 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 #02CFB5 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 181 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.19 |
| HSL | 172.39º | 0.98% | 0.41% | - |
| HSV(B) | 172.39º | 0.99% | 0.81% | - |
| XYZ | 30.68 | 47.97 | 51.36 | - |
| YUV | 142.74 | 149.58 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 181 | 0.99 | 0 | 0.13 | 0.19 | 172.39 | 0.98 | 0.41 |
| Hex | 2 | CF | B5 | 63 | 0 | D | 13 | AC | 62 | 29 |
| Octal | 2 | 317 | 265 | 143 | 0 | 15 | 23 | 254 | 142 | 51 |
| Binary | 10 | 11001111 | 10110101 | 1100011 | 0 | 1101 | 10011 | 10101100 | 1100010 | 101001 |
Color Harmonies of #02CFB5
Complementary color
Monochromatic Colors of #02CFB5
Black with #02CFB5
Text Example
Text Example
White with #02CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFB5; }
p { color: rgb(2,207,181); }
H1.HeaderClassName
{
color: #02CFB5;
}
.AnyTagClassName
{
color: #02CFB5;
}
</style>
background-color css
<style>
a { background-color: #02CFB5; }
a { background-color: rgb(2,207,181); }
div.DivClassName
{
background-color: #02CFB5;
}
.BgClassName
{
background-color: #02CFB5;
}
</style>
border-color css
<style>
span { border-color: #02CFB5; }
span { border-color: rgb(2,207,181); }
td.TdClassName
{
border-color: #02CFB5;
}
.TagClassName
{
border-color: #02CFB5;
}
</style>