Shades of Robin's Egg Blue #21D2CB
Tints of Robin's Egg Blue #21D2CB
RGB
CMYK
RGB Variations
Color information
#21D2CB (or 0x21D2CB) is known color: Robin's Egg Blue. HEX triplet: 21, D2 and CB. RGB value is (33,210,203). Sum of RGB (Red+Green+Blue) = 33+210+203=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2CB is #DE2D34. Grayscale: #9C9C9C. Windows color (decimal): -14560565 or 13357601. OLE color: 13357601.
HSL color Cylindrical-coordinate representation of color #21D2CB: hue angle of 177.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D2CB is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 203 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.18 |
| HSL | 177.63º | 0.73% | 0.48% | - |
| HSV(B) | 177.63º | 0.84% | 0.82% | - |
| XYZ | 34.45 | 50.73 | 64.48 | - |
| YUV | 156.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 203 | 0.84 | 0 | 0.03 | 0.18 | 177.63 | 0.73 | 0.48 |
| Hex | 21 | D2 | CB | 54 | 0 | 3 | 12 | B2 | 49 | 30 |
| Octal | 41 | 322 | 313 | 124 | 0 | 3 | 22 | 262 | 111 | 60 |
| Binary | 100001 | 11010010 | 11001011 | 1010100 | 0 | 11 | 10010 | 10110010 | 1001001 | 110000 |
Color Harmonies of #21D2CB
Complementary color
Monochromatic Colors of #21D2CB
Black with #21D2CB
Text Example
Text Example
White with #21D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D2CB; }
p { color: rgb(33,210,203); }
H1.HeaderClassName
{
color: #21D2CB;
}
.AnyTagClassName
{
color: #21D2CB;
}
</style>
background-color css
<style>
a { background-color: #21D2CB; }
a { background-color: rgb(33,210,203); }
div.DivClassName
{
background-color: #21D2CB;
}
.BgClassName
{
background-color: #21D2CB;
}
</style>
border-color css
<style>
span { border-color: #21D2CB; }
span { border-color: rgb(33,210,203); }
td.TdClassName
{
border-color: #21D2CB;
}
.TagClassName
{
border-color: #21D2CB;
}
</style>