Shades of Robin's Egg Blue #21CEC4
Tints of Robin's Egg Blue #21CEC4
RGB
CMYK
RGB Variations
Color information
#21CEC4 (or 0x21CEC4) is known color: Robin's Egg Blue. HEX triplet: 21, CE and C4. RGB value is (33,206,196). Sum of RGB (Red+Green+Blue) = 33+206+196=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEC4 is #DE313B. Grayscale: #999999. Windows color (decimal): -14561596 or 12897825. OLE color: 12897825.
HSL color Cylindrical-coordinate representation of color #21CEC4: hue angle of 176.53º 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 #21CEC4 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 196 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.19 |
| HSL | 176.53º | 0.72% | 0.47% | - |
| HSV(B) | 176.53º | 0.84% | 0.81% | - |
| XYZ | 32.66 | 48.45 | 59.86 | - |
| YUV | 153.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 196 | 0.84 | 0 | 0.05 | 0.19 | 176.53 | 0.72 | 0.47 |
| Hex | 21 | CE | C4 | 54 | 0 | 5 | 13 | B1 | 48 | 2F |
| Octal | 41 | 316 | 304 | 124 | 0 | 5 | 23 | 261 | 110 | 57 |
| Binary | 100001 | 11001110 | 11000100 | 1010100 | 0 | 101 | 10011 | 10110001 | 1001000 | 101111 |
Color Harmonies of #21CEC4
Complementary color
Monochromatic Colors of #21CEC4
Black with #21CEC4
Text Example
Text Example
White with #21CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEC4; }
p { color: rgb(33,206,196); }
H1.HeaderClassName
{
color: #21CEC4;
}
.AnyTagClassName
{
color: #21CEC4;
}
</style>
background-color css
<style>
a { background-color: #21CEC4; }
a { background-color: rgb(33,206,196); }
div.DivClassName
{
background-color: #21CEC4;
}
.BgClassName
{
background-color: #21CEC4;
}
</style>
border-color css
<style>
span { border-color: #21CEC4; }
span { border-color: rgb(33,206,196); }
td.TdClassName
{
border-color: #21CEC4;
}
.TagClassName
{
border-color: #21CEC4;
}
</style>