Shades of Robin's Egg Blue #21CFCC
Tints of Robin's Egg Blue #21CFCC
RGB
CMYK
RGB Variations
Color information
#21CFCC (or 0x21CFCC) is known color: Robin's Egg Blue. HEX triplet: 21, CF and CC. RGB value is (33,207,204). Sum of RGB (Red+Green+Blue) = 33+207+204=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFCC is #DE3033. Grayscale: #9A9A9A. Windows color (decimal): -14561332 or 13422369. OLE color: 13422369.
HSL color Cylindrical-coordinate representation of color #21CFCC: hue angle of 178.97º 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 #21CFCC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 204 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.19 |
| HSL | 178.97º | 0.73% | 0.47% | - |
| HSV(B) | 178.97º | 0.84% | 0.81% | - |
| XYZ | 33.84 | 49.31 | 64.86 | - |
| YUV | 154.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 204 | 0.84 | 0 | 0.01 | 0.19 | 178.97 | 0.73 | 0.47 |
| Hex | 21 | CF | CC | 54 | 0 | 1 | 13 | B3 | 48 | 2F |
| Octal | 41 | 317 | 314 | 124 | 0 | 1 | 23 | 263 | 110 | 57 |
| Binary | 100001 | 11001111 | 11001100 | 1010100 | 0 | 1 | 10011 | 10110011 | 1001000 | 101111 |
Color Harmonies of #21CFCC
Complementary color
Monochromatic Colors of #21CFCC
Black with #21CFCC
Text Example
Text Example
White with #21CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFCC; }
p { color: rgb(33,207,204); }
H1.HeaderClassName
{
color: #21CFCC;
}
.AnyTagClassName
{
color: #21CFCC;
}
</style>
background-color css
<style>
a { background-color: #21CFCC; }
a { background-color: rgb(33,207,204); }
div.DivClassName
{
background-color: #21CFCC;
}
.BgClassName
{
background-color: #21CFCC;
}
</style>
border-color css
<style>
span { border-color: #21CFCC; }
span { border-color: rgb(33,207,204); }
td.TdClassName
{
border-color: #21CFCC;
}
.TagClassName
{
border-color: #21CFCC;
}
</style>