Shades of Robin's Egg Blue #21CFC5
Tints of Robin's Egg Blue #21CFC5
RGB
CMYK
RGB Variations
Color information
#21CFC5 (or 0x21CFC5) is known color: Robin's Egg Blue. HEX triplet: 21, CF and C5. RGB value is (33,207,197). Sum of RGB (Red+Green+Blue) = 33+207+197=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFC5 is #DE303A. Grayscale: #999999. Windows color (decimal): -14561339 or 12963617. OLE color: 12963617.
HSL color Cylindrical-coordinate representation of color #21CFC5: hue angle of 176.55º degrees, saturation: 0.73, 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 #21CFC5 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 197 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.19 |
| HSL | 176.55º | 0.73% | 0.47% | - |
| HSV(B) | 176.55º | 0.84% | 0.81% | - |
| XYZ | 33.02 | 48.98 | 60.54 | - |
| YUV | 153.83 | 152.35 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 197 | 0.84 | 0 | 0.05 | 0.19 | 176.55 | 0.73 | 0.47 |
| Hex | 21 | CF | C5 | 54 | 0 | 5 | 13 | B1 | 48 | 2F |
| Octal | 41 | 317 | 305 | 124 | 0 | 5 | 23 | 261 | 110 | 57 |
| Binary | 100001 | 11001111 | 11000101 | 1010100 | 0 | 101 | 10011 | 10110001 | 1001000 | 101111 |
Color Harmonies of #21CFC5
Complementary color
Monochromatic Colors of #21CFC5
Black with #21CFC5
Text Example
Text Example
White with #21CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFC5; }
p { color: rgb(33,207,197); }
H1.HeaderClassName
{
color: #21CFC5;
}
.AnyTagClassName
{
color: #21CFC5;
}
</style>
background-color css
<style>
a { background-color: #21CFC5; }
a { background-color: rgb(33,207,197); }
div.DivClassName
{
background-color: #21CFC5;
}
.BgClassName
{
background-color: #21CFC5;
}
</style>
border-color css
<style>
span { border-color: #21CFC5; }
span { border-color: rgb(33,207,197); }
td.TdClassName
{
border-color: #21CFC5;
}
.TagClassName
{
border-color: #21CFC5;
}
</style>