Shades of Robin's Egg Blue #21C5CC
Tints of Robin's Egg Blue #21C5CC
RGB
CMYK
RGB Variations
Color information
#21C5CC (or 0x21C5CC) is known color: Robin's Egg Blue. HEX triplet: 21, C5 and CC. RGB value is (33,197,204). Sum of RGB (Red+Green+Blue) = 33+197+204=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #21C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C5CC is #DE3A33. Grayscale: #949494. Windows color (decimal): -14563892 or 13419809. OLE color: 13419809.
HSL color Cylindrical-coordinate representation of color #21C5CC: hue angle of 182.46º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C5CC is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 197 | 204 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.2 |
| HSL | 182.46º | 0.72% | 0.46% | - |
| HSV(B) | 182.46º | 0.84% | 0.8% | - |
| XYZ | 31.49 | 44.62 | 64.08 | - |
| YUV | 148.76 | 159.17 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 204 | 0.84 | 0.03 | 0 | 0.2 | 182.46 | 0.72 | 0.46 |
| Hex | 21 | C5 | CC | 54 | 3 | 0 | 14 | B6 | 48 | 2E |
| Octal | 41 | 305 | 314 | 124 | 3 | 0 | 24 | 266 | 110 | 56 |
| Binary | 100001 | 11000101 | 11001100 | 1010100 | 11 | 0 | 10100 | 10110110 | 1001000 | 101110 |
Color Harmonies of #21C5CC
Complementary color
Monochromatic Colors of #21C5CC
Black with #21C5CC
Text Example
Text Example
White with #21C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5CC; }
p { color: rgb(33,197,204); }
H1.HeaderClassName
{
color: #21C5CC;
}
.AnyTagClassName
{
color: #21C5CC;
}
</style>
background-color css
<style>
a { background-color: #21C5CC; }
a { background-color: rgb(33,197,204); }
div.DivClassName
{
background-color: #21C5CC;
}
.BgClassName
{
background-color: #21C5CC;
}
</style>
border-color css
<style>
span { border-color: #21C5CC; }
span { border-color: rgb(33,197,204); }
td.TdClassName
{
border-color: #21C5CC;
}
.TagClassName
{
border-color: #21C5CC;
}
</style>