Shades of Robin's Egg Blue #02CDC2
Tints of Robin's Egg Blue #02CDC2
RGB
CMYK
RGB Variations
Color information
#02CDC2 (or 0x02CDC2) is known color: Robin's Egg Blue. HEX triplet: 02, CD and C2. RGB value is (2,205,194). Sum of RGB (Red+Green+Blue) = 2+205+194=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDC2 is #FD323D. Grayscale: #8E8E8E. Windows color (decimal): -16593470 or 12766466. OLE color: 12766466.
HSL color Cylindrical-coordinate representation of color #02CDC2: hue angle of 176.75º 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 #02CDC2 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 194 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.20 |
| HSL | 176.75º | 0.98% | 0.41% | - |
| HSV(B) | 176.75º | 0.99% | 0.8% | - |
| XYZ | 31.59 | 47.57 | 58.56 | - |
| YUV | 143.05 | 156.75 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 194 | 0.99 | 0 | 0.05 | 0.20 | 176.75 | 0.98 | 0.41 |
| Hex | 2 | CD | C2 | 63 | 0 | 5 | 14 | B1 | 62 | 29 |
| Octal | 2 | 315 | 302 | 143 | 0 | 5 | 24 | 261 | 142 | 51 |
| Binary | 10 | 11001101 | 11000010 | 1100011 | 0 | 101 | 10100 | 10110001 | 1100010 | 101001 |
Color Harmonies of #02CDC2
Complementary color
Monochromatic Colors of #02CDC2
Black with #02CDC2
Text Example
Text Example
White with #02CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDC2; }
p { color: rgb(2,205,194); }
H1.HeaderClassName
{
color: #02CDC2;
}
.AnyTagClassName
{
color: #02CDC2;
}
</style>
background-color css
<style>
a { background-color: #02CDC2; }
a { background-color: rgb(2,205,194); }
div.DivClassName
{
background-color: #02CDC2;
}
.BgClassName
{
background-color: #02CDC2;
}
</style>
border-color css
<style>
span { border-color: #02CDC2; }
span { border-color: rgb(2,205,194); }
td.TdClassName
{
border-color: #02CDC2;
}
.TagClassName
{
border-color: #02CDC2;
}
</style>