Shades of Robin's Egg Blue #02CDC5
Tints of Robin's Egg Blue #02CDC5
RGB
CMYK
RGB Variations
Color information
#02CDC5 (or 0x02CDC5) is known color: Robin's Egg Blue. HEX triplet: 02, CD and C5. RGB value is (2,205,197). Sum of RGB (Red+Green+Blue) = 2+205+197=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDC5 is #FD323A. Grayscale: #8F8F8F. Windows color (decimal): -16593467 or 12963074. OLE color: 12963074.
HSL color Cylindrical-coordinate representation of color #02CDC5: hue angle of 177.64º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDC5 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 197 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.20 |
| HSL | 177.64º | 0.98% | 0.41% | - |
| HSV(B) | 177.64º | 0.99% | 0.8% | - |
| XYZ | 31.93 | 47.71 | 60.35 | - |
| YUV | 143.39 | 158.25 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 197 | 0.99 | 0 | 0.04 | 0.20 | 177.64 | 0.98 | 0.41 |
| Hex | 2 | CD | C5 | 63 | 0 | 4 | 14 | B2 | 62 | 29 |
| Octal | 2 | 315 | 305 | 143 | 0 | 4 | 24 | 262 | 142 | 51 |
| Binary | 10 | 11001101 | 11000101 | 1100011 | 0 | 100 | 10100 | 10110010 | 1100010 | 101001 |
Color Harmonies of #02CDC5
Complementary color
Monochromatic Colors of #02CDC5
Black with #02CDC5
Text Example
Text Example
White with #02CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDC5; }
p { color: rgb(2,205,197); }
H1.HeaderClassName
{
color: #02CDC5;
}
.AnyTagClassName
{
color: #02CDC5;
}
</style>
background-color css
<style>
a { background-color: #02CDC5; }
a { background-color: rgb(2,205,197); }
div.DivClassName
{
background-color: #02CDC5;
}
.BgClassName
{
background-color: #02CDC5;
}
</style>
border-color css
<style>
span { border-color: #02CDC5; }
span { border-color: rgb(2,205,197); }
td.TdClassName
{
border-color: #02CDC5;
}
.TagClassName
{
border-color: #02CDC5;
}
</style>