Shades of Robin's Egg Blue #21CDC6
Tints of Robin's Egg Blue #21CDC6
RGB
CMYK
RGB Variations
Color information
#21CDC6 (or 0x21CDC6) is known color: Robin's Egg Blue. HEX triplet: 21, CD and C6. RGB value is (33,205,198). Sum of RGB (Red+Green+Blue) = 33+205+198=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDC6 is #DE3239. Grayscale: #989898. Windows color (decimal): -14561850 or 13028641. OLE color: 13028641.
HSL color Cylindrical-coordinate representation of color #21CDC6: hue angle of 177.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDC6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 198 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.20 |
| HSL | 177.56º | 0.72% | 0.47% | - |
| HSV(B) | 177.56º | 0.84% | 0.8% | - |
| XYZ | 32.65 | 48.06 | 60.98 | - |
| YUV | 152.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 198 | 0.84 | 0 | 0.03 | 0.20 | 177.56 | 0.72 | 0.47 |
| Hex | 21 | CD | C6 | 54 | 0 | 3 | 14 | B2 | 48 | 2F |
| Octal | 41 | 315 | 306 | 124 | 0 | 3 | 24 | 262 | 110 | 57 |
| Binary | 100001 | 11001101 | 11000110 | 1010100 | 0 | 11 | 10100 | 10110010 | 1001000 | 101111 |
Color Harmonies of #21CDC6
Complementary color
Monochromatic Colors of #21CDC6
Black with #21CDC6
Text Example
Text Example
White with #21CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDC6; }
p { color: rgb(33,205,198); }
H1.HeaderClassName
{
color: #21CDC6;
}
.AnyTagClassName
{
color: #21CDC6;
}
</style>
background-color css
<style>
a { background-color: #21CDC6; }
a { background-color: rgb(33,205,198); }
div.DivClassName
{
background-color: #21CDC6;
}
.BgClassName
{
background-color: #21CDC6;
}
</style>
border-color css
<style>
span { border-color: #21CDC6; }
span { border-color: rgb(33,205,198); }
td.TdClassName
{
border-color: #21CDC6;
}
.TagClassName
{
border-color: #21CDC6;
}
</style>