Shades of Robin's Egg Blue #21C6D0
Tints of Robin's Egg Blue #21C6D0
RGB
CMYK
RGB Variations
Color information
#21C6D0 (or 0x21C6D0) is known color: Robin's Egg Blue. HEX triplet: 21, C6 and D0. RGB value is (33,198,208). Sum of RGB (Red+Green+Blue) = 33+198+208=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #21C6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C6D0 is #DE392F. Grayscale: #959595. Windows color (decimal): -14563632 or 13682209. OLE color: 13682209.
HSL color Cylindrical-coordinate representation of color #21C6D0: hue angle of 183.43º 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 #21C6D0 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 198 | 208 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.18 |
| HSL | 183.43º | 0.73% | 0.47% | - |
| HSV(B) | 183.43º | 0.84% | 0.82% | - |
| XYZ | 32.21 | 45.27 | 66.71 | - |
| YUV | 149.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 198 | 208 | 0.84 | 0.05 | 0 | 0.18 | 183.43 | 0.73 | 0.47 |
| Hex | 21 | C6 | D0 | 54 | 5 | 0 | 12 | B7 | 49 | 2F |
| Octal | 41 | 306 | 320 | 124 | 5 | 0 | 22 | 267 | 111 | 57 |
| Binary | 100001 | 11000110 | 11010000 | 1010100 | 101 | 0 | 10010 | 10110111 | 1001001 | 101111 |
Color Harmonies of #21C6D0
Complementary color
Monochromatic Colors of #21C6D0
Black with #21C6D0
Text Example
Text Example
White with #21C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C6D0; }
p { color: rgb(33,198,208); }
H1.HeaderClassName
{
color: #21C6D0;
}
.AnyTagClassName
{
color: #21C6D0;
}
</style>
background-color css
<style>
a { background-color: #21C6D0; }
a { background-color: rgb(33,198,208); }
div.DivClassName
{
background-color: #21C6D0;
}
.BgClassName
{
background-color: #21C6D0;
}
</style>
border-color css
<style>
span { border-color: #21C6D0; }
span { border-color: rgb(33,198,208); }
td.TdClassName
{
border-color: #21C6D0;
}
.TagClassName
{
border-color: #21C6D0;
}
</style>