Shades of Robin's Egg Blue #21D0CC
Tints of Robin's Egg Blue #21D0CC
RGB
CMYK
RGB Variations
Color information
#21D0CC (or 0x21D0CC) is known color: Robin's Egg Blue. HEX triplet: 21, D0 and CC. RGB value is (33,208,204). Sum of RGB (Red+Green+Blue) = 33+208+204=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #21D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D0CC is #DE2F33. Grayscale: #9B9B9B. Windows color (decimal): -14561076 or 13422625. OLE color: 13422625.
HSL color Cylindrical-coordinate representation of color #21D0CC: hue angle of 178.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D0CC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 204 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.18 |
| HSL | 178.63º | 0.73% | 0.47% | - |
| HSV(B) | 178.63º | 0.84% | 0.82% | - |
| XYZ | 34.08 | 49.79 | 64.94 | - |
| YUV | 155.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 204 | 0.84 | 0 | 0.02 | 0.18 | 178.63 | 0.73 | 0.47 |
| Hex | 21 | D0 | CC | 54 | 0 | 2 | 12 | B3 | 49 | 2F |
| Octal | 41 | 320 | 314 | 124 | 0 | 2 | 22 | 263 | 111 | 57 |
| Binary | 100001 | 11010000 | 11001100 | 1010100 | 0 | 10 | 10010 | 10110011 | 1001001 | 101111 |
Color Harmonies of #21D0CC
Complementary color
Monochromatic Colors of #21D0CC
Black with #21D0CC
Text Example
Text Example
White with #21D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D0CC; }
p { color: rgb(33,208,204); }
H1.HeaderClassName
{
color: #21D0CC;
}
.AnyTagClassName
{
color: #21D0CC;
}
</style>
background-color css
<style>
a { background-color: #21D0CC; }
a { background-color: rgb(33,208,204); }
div.DivClassName
{
background-color: #21D0CC;
}
.BgClassName
{
background-color: #21D0CC;
}
</style>
border-color css
<style>
span { border-color: #21D0CC; }
span { border-color: rgb(33,208,204); }
td.TdClassName
{
border-color: #21D0CC;
}
.TagClassName
{
border-color: #21D0CC;
}
</style>