Shades of Robin's Egg Blue #21CECD
Tints of Robin's Egg Blue #21CECD
RGB
CMYK
RGB Variations
Color information
#21CECD (or 0x21CECD) is known color: Robin's Egg Blue. HEX triplet: 21, CE and CD. RGB value is (33,206,205). Sum of RGB (Red+Green+Blue) = 33+206+205=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #21CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CECD is #DE3132. Grayscale: #999999. Windows color (decimal): -14561587 or 13487649. OLE color: 13487649.
HSL color Cylindrical-coordinate representation of color #21CECD: hue angle of 179.65º degrees, saturation: 0.72, 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 #21CECD is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 205 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.19 |
| HSL | 179.65º | 0.72% | 0.47% | - |
| HSV(B) | 179.65º | 0.84% | 0.81% | - |
| XYZ | 33.72 | 48.87 | 65.41 | - |
| YUV | 154.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 205 | 0.84 | 0 | 0.00 | 0.19 | 179.65 | 0.72 | 0.47 |
| Hex | 21 | CE | CD | 54 | 0 | 0 | 13 | B4 | 48 | 2F |
| Octal | 41 | 316 | 315 | 124 | 0 | 0 | 23 | 264 | 110 | 57 |
| Binary | 100001 | 11001110 | 11001101 | 1010100 | 0 | 0 | 10011 | 10110100 | 1001000 | 101111 |
Color Harmonies of #21CECD
Complementary color
Monochromatic Colors of #21CECD
Black with #21CECD
Text Example
Text Example
White with #21CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CECD; }
p { color: rgb(33,206,205); }
H1.HeaderClassName
{
color: #21CECD;
}
.AnyTagClassName
{
color: #21CECD;
}
</style>
background-color css
<style>
a { background-color: #21CECD; }
a { background-color: rgb(33,206,205); }
div.DivClassName
{
background-color: #21CECD;
}
.BgClassName
{
background-color: #21CECD;
}
</style>
border-color css
<style>
span { border-color: #21CECD; }
span { border-color: rgb(33,206,205); }
td.TdClassName
{
border-color: #21CECD;
}
.TagClassName
{
border-color: #21CECD;
}
</style>