Shades of Robin's Egg Blue #21C7CE
Tints of Robin's Egg Blue #21C7CE
RGB
CMYK
RGB Variations
Color information
#21C7CE (or 0x21C7CE) is known color: Robin's Egg Blue. HEX triplet: 21, C7 and CE. RGB value is (33,199,206). Sum of RGB (Red+Green+Blue) = 33+199+206=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #21C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C7CE is #DE3831. Grayscale: #959595. Windows color (decimal): -14563378 or 13551393. OLE color: 13551393.
HSL color Cylindrical-coordinate representation of color #21C7CE: hue angle of 182.43º 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 #21C7CE is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 199 | 206 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.19 |
| HSL | 182.43º | 0.72% | 0.47% | - |
| HSV(B) | 182.43º | 0.84% | 0.81% | - |
| XYZ | 32.19 | 45.63 | 65.5 | - |
| YUV | 150.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 206 | 0.84 | 0.03 | 0 | 0.19 | 182.43 | 0.72 | 0.47 |
| Hex | 21 | C7 | CE | 54 | 3 | 0 | 13 | B6 | 48 | 2F |
| Octal | 41 | 307 | 316 | 124 | 3 | 0 | 23 | 266 | 110 | 57 |
| Binary | 100001 | 11000111 | 11001110 | 1010100 | 11 | 0 | 10011 | 10110110 | 1001000 | 101111 |
Color Harmonies of #21C7CE
Complementary color
Monochromatic Colors of #21C7CE
Black with #21C7CE
Text Example
Text Example
White with #21C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C7CE; }
p { color: rgb(33,199,206); }
H1.HeaderClassName
{
color: #21C7CE;
}
.AnyTagClassName
{
color: #21C7CE;
}
</style>
background-color css
<style>
a { background-color: #21C7CE; }
a { background-color: rgb(33,199,206); }
div.DivClassName
{
background-color: #21C7CE;
}
.BgClassName
{
background-color: #21C7CE;
}
</style>
border-color css
<style>
span { border-color: #21C7CE; }
span { border-color: rgb(33,199,206); }
td.TdClassName
{
border-color: #21C7CE;
}
.TagClassName
{
border-color: #21C7CE;
}
</style>