Shades of Robin's Egg Blue #21CEC6
Tints of Robin's Egg Blue #21CEC6
RGB
CMYK
RGB Variations
Color information
#21CEC6 (or 0x21CEC6) is known color: Robin's Egg Blue. HEX triplet: 21, CE and C6. RGB value is (33,206,198). Sum of RGB (Red+Green+Blue) = 33+206+198=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEC6 is #DE3139. Grayscale: #999999. Windows color (decimal): -14561594 or 13028897. OLE color: 13028897.
HSL color Cylindrical-coordinate representation of color #21CEC6: hue angle of 177.23º 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 #21CEC6 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 198 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.19 |
| HSL | 177.23º | 0.72% | 0.47% | - |
| HSV(B) | 177.23º | 0.84% | 0.81% | - |
| XYZ | 32.89 | 48.54 | 61.06 | - |
| YUV | 153.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 198 | 0.84 | 0 | 0.04 | 0.19 | 177.23 | 0.72 | 0.47 |
| Hex | 21 | CE | C6 | 54 | 0 | 4 | 13 | B1 | 48 | 2F |
| Octal | 41 | 316 | 306 | 124 | 0 | 4 | 23 | 261 | 110 | 57 |
| Binary | 100001 | 11001110 | 11000110 | 1010100 | 0 | 100 | 10011 | 10110001 | 1001000 | 101111 |
Color Harmonies of #21CEC6
Complementary color
Monochromatic Colors of #21CEC6
Black with #21CEC6
Text Example
Text Example
White with #21CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEC6; }
p { color: rgb(33,206,198); }
H1.HeaderClassName
{
color: #21CEC6;
}
.AnyTagClassName
{
color: #21CEC6;
}
</style>
background-color css
<style>
a { background-color: #21CEC6; }
a { background-color: rgb(33,206,198); }
div.DivClassName
{
background-color: #21CEC6;
}
.BgClassName
{
background-color: #21CEC6;
}
</style>
border-color css
<style>
span { border-color: #21CEC6; }
span { border-color: rgb(33,206,198); }
td.TdClassName
{
border-color: #21CEC6;
}
.TagClassName
{
border-color: #21CEC6;
}
</style>