Shades of Robin's Egg Blue #21C8CE
Tints of Robin's Egg Blue #21C8CE
RGB
CMYK
RGB Variations
Color information
#21C8CE (or 0x21C8CE) is known color: Robin's Egg Blue. HEX triplet: 21, C8 and CE. RGB value is (33,200,206). Sum of RGB (Red+Green+Blue) = 33+200+206=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #21C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C8CE is #DE3731. Grayscale: #969696. Windows color (decimal): -14563122 or 13551649. OLE color: 13551649.
HSL color Cylindrical-coordinate representation of color #21C8CE: hue angle of 182.08º degrees, saturation: 0.72, 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 #21C8CE is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 200 | 206 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.19 |
| HSL | 182.08º | 0.72% | 0.47% | - |
| HSV(B) | 182.08º | 0.84% | 0.81% | - |
| XYZ | 32.42 | 46.09 | 65.58 | - |
| YUV | 150.75 | 159.17 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 206 | 0.84 | 0.03 | 0 | 0.19 | 182.08 | 0.72 | 0.47 |
| Hex | 21 | C8 | CE | 54 | 3 | 0 | 13 | B6 | 48 | 2F |
| Octal | 41 | 310 | 316 | 124 | 3 | 0 | 23 | 266 | 110 | 57 |
| Binary | 100001 | 11001000 | 11001110 | 1010100 | 11 | 0 | 10011 | 10110110 | 1001000 | 101111 |
Color Harmonies of #21C8CE
Complementary color
Monochromatic Colors of #21C8CE
Black with #21C8CE
Text Example
Text Example
White with #21C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C8CE; }
p { color: rgb(33,200,206); }
H1.HeaderClassName
{
color: #21C8CE;
}
.AnyTagClassName
{
color: #21C8CE;
}
</style>
background-color css
<style>
a { background-color: #21C8CE; }
a { background-color: rgb(33,200,206); }
div.DivClassName
{
background-color: #21C8CE;
}
.BgClassName
{
background-color: #21C8CE;
}
</style>
border-color css
<style>
span { border-color: #21C8CE; }
span { border-color: rgb(33,200,206); }
td.TdClassName
{
border-color: #21C8CE;
}
.TagClassName
{
border-color: #21C8CE;
}
</style>