Shades of Robin's Egg Blue #21CDC9
Tints of Robin's Egg Blue #21CDC9
RGB
CMYK
RGB Variations
Color information
#21CDC9 (or 0x21CDC9) is known color: Robin's Egg Blue. HEX triplet: 21, CD and C9. RGB value is (33,205,201). Sum of RGB (Red+Green+Blue) = 33+205+201=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDC9 is #DE3236. Grayscale: #989898. Windows color (decimal): -14561847 or 13225249. OLE color: 13225249.
HSL color Cylindrical-coordinate representation of color #21CDC9: hue angle of 178.6º 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 #21CDC9 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 201 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.20 |
| HSL | 178.6º | 0.72% | 0.47% | - |
| HSV(B) | 178.6º | 0.84% | 0.8% | - |
| XYZ | 33 | 48.2 | 62.82 | - |
| YUV | 153.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 201 | 0.84 | 0 | 0.02 | 0.20 | 178.6 | 0.72 | 0.47 |
| Hex | 21 | CD | C9 | 54 | 0 | 2 | 14 | B3 | 48 | 2F |
| Octal | 41 | 315 | 311 | 124 | 0 | 2 | 24 | 263 | 110 | 57 |
| Binary | 100001 | 11001101 | 11001001 | 1010100 | 0 | 10 | 10100 | 10110011 | 1001000 | 101111 |
Color Harmonies of #21CDC9
Complementary color
Monochromatic Colors of #21CDC9
Black with #21CDC9
Text Example
Text Example
White with #21CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDC9; }
p { color: rgb(33,205,201); }
H1.HeaderClassName
{
color: #21CDC9;
}
.AnyTagClassName
{
color: #21CDC9;
}
</style>
background-color css
<style>
a { background-color: #21CDC9; }
a { background-color: rgb(33,205,201); }
div.DivClassName
{
background-color: #21CDC9;
}
.BgClassName
{
background-color: #21CDC9;
}
</style>
border-color css
<style>
span { border-color: #21CDC9; }
span { border-color: rgb(33,205,201); }
td.TdClassName
{
border-color: #21CDC9;
}
.TagClassName
{
border-color: #21CDC9;
}
</style>