Shades of Robin's Egg Blue #20CECA
Tints of Robin's Egg Blue #20CECA
RGB
CMYK
RGB Variations
Color information
#20CECA (or 0x20CECA) is known color: Robin's Egg Blue. HEX triplet: 20, CE and CA. RGB value is (32,206,202). Sum of RGB (Red+Green+Blue) = 32+206+202=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #20CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CECA is #DF3135. Grayscale: #999999. Windows color (decimal): -14627126 or 13291040. OLE color: 13291040.
HSL color Cylindrical-coordinate representation of color #20CECA: hue angle of 178.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CECA is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 202 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.19 |
| HSL | 178.62º | 0.73% | 0.47% | - |
| HSV(B) | 178.62º | 0.84% | 0.81% | - |
| XYZ | 33.33 | 48.71 | 63.52 | - |
| YUV | 153.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 202 | 0.84 | 0 | 0.02 | 0.19 | 178.62 | 0.73 | 0.47 |
| Hex | 20 | CE | CA | 54 | 0 | 2 | 13 | B3 | 49 | 2F |
| Octal | 40 | 316 | 312 | 124 | 0 | 2 | 23 | 263 | 111 | 57 |
| Binary | 100000 | 11001110 | 11001010 | 1010100 | 0 | 10 | 10011 | 10110011 | 1001001 | 101111 |
Color Harmonies of #20CECA
Complementary color
Monochromatic Colors of #20CECA
Black with #20CECA
Text Example
Text Example
White with #20CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CECA; }
p { color: rgb(32,206,202); }
H1.HeaderClassName
{
color: #20CECA;
}
.AnyTagClassName
{
color: #20CECA;
}
</style>
background-color css
<style>
a { background-color: #20CECA; }
a { background-color: rgb(32,206,202); }
div.DivClassName
{
background-color: #20CECA;
}
.BgClassName
{
background-color: #20CECA;
}
</style>
border-color css
<style>
span { border-color: #20CECA; }
span { border-color: rgb(32,206,202); }
td.TdClassName
{
border-color: #20CECA;
}
.TagClassName
{
border-color: #20CECA;
}
</style>