Shades of Robin's Egg Blue #21CDC1
Tints of Robin's Egg Blue #21CDC1
RGB
CMYK
RGB Variations
Color information
#21CDC1 (or 0x21CDC1) is known color: Robin's Egg Blue. HEX triplet: 21, CD and C1. RGB value is (33,205,193). Sum of RGB (Red+Green+Blue) = 33+205+193=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDC1 is #DE323E. Grayscale: #989898. Windows color (decimal): -14561855 or 12700961. OLE color: 12700961.
HSL color Cylindrical-coordinate representation of color #21CDC1: hue angle of 175.81º 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 #21CDC1 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 193 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.20 |
| HSL | 175.81º | 0.72% | 0.47% | - |
| HSV(B) | 175.81º | 0.84% | 0.8% | - |
| XYZ | 32.08 | 47.84 | 57.99 | - |
| YUV | 152.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 193 | 0.84 | 0 | 0.06 | 0.20 | 175.81 | 0.72 | 0.47 |
| Hex | 21 | CD | C1 | 54 | 0 | 6 | 14 | B0 | 48 | 2F |
| Octal | 41 | 315 | 301 | 124 | 0 | 6 | 24 | 260 | 110 | 57 |
| Binary | 100001 | 11001101 | 11000001 | 1010100 | 0 | 110 | 10100 | 10110000 | 1001000 | 101111 |
Color Harmonies of #21CDC1
Complementary color
Monochromatic Colors of #21CDC1
Black with #21CDC1
Text Example
Text Example
White with #21CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDC1; }
p { color: rgb(33,205,193); }
H1.HeaderClassName
{
color: #21CDC1;
}
.AnyTagClassName
{
color: #21CDC1;
}
</style>
background-color css
<style>
a { background-color: #21CDC1; }
a { background-color: rgb(33,205,193); }
div.DivClassName
{
background-color: #21CDC1;
}
.BgClassName
{
background-color: #21CDC1;
}
</style>
border-color css
<style>
span { border-color: #21CDC1; }
span { border-color: rgb(33,205,193); }
td.TdClassName
{
border-color: #21CDC1;
}
.TagClassName
{
border-color: #21CDC1;
}
</style>