Shades of Robin's Egg Blue #21C7CF
Tints of Robin's Egg Blue #21C7CF
RGB
CMYK
RGB Variations
Color information
#21C7CF (or 0x21C7CF) is known color: Robin's Egg Blue. HEX triplet: 21, C7 and CF. RGB value is (33,199,207). Sum of RGB (Red+Green+Blue) = 33+199+207=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #21C7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C7CF is #DE3830. Grayscale: #969696. Windows color (decimal): -14563377 or 13616929. OLE color: 13616929.
HSL color Cylindrical-coordinate representation of color #21C7CF: hue angle of 182.76º 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 #21C7CF is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 199 | 207 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.19 |
| HSL | 182.76º | 0.73% | 0.47% | - |
| HSV(B) | 182.76º | 0.84% | 0.81% | - |
| XYZ | 32.31 | 45.68 | 66.14 | - |
| YUV | 150.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 207 | 0.84 | 0.04 | 0 | 0.19 | 182.76 | 0.73 | 0.47 |
| Hex | 21 | C7 | CF | 54 | 4 | 0 | 13 | B7 | 48 | 2F |
| Octal | 41 | 307 | 317 | 124 | 4 | 0 | 23 | 267 | 110 | 57 |
| Binary | 100001 | 11000111 | 11001111 | 1010100 | 100 | 0 | 10011 | 10110111 | 1001000 | 101111 |
Color Harmonies of #21C7CF
Complementary color
Monochromatic Colors of #21C7CF
Black with #21C7CF
Text Example
Text Example
White with #21C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C7CF; }
p { color: rgb(33,199,207); }
H1.HeaderClassName
{
color: #21C7CF;
}
.AnyTagClassName
{
color: #21C7CF;
}
</style>
background-color css
<style>
a { background-color: #21C7CF; }
a { background-color: rgb(33,199,207); }
div.DivClassName
{
background-color: #21C7CF;
}
.BgClassName
{
background-color: #21C7CF;
}
</style>
border-color css
<style>
span { border-color: #21C7CF; }
span { border-color: rgb(33,199,207); }
td.TdClassName
{
border-color: #21C7CF;
}
.TagClassName
{
border-color: #21C7CF;
}
</style>