Shades of Robin's Egg Blue #21D3BF
Tints of Robin's Egg Blue #21D3BF
RGB
CMYK
RGB Variations
Color information
#21D3BF (or 0x21D3BF) is known color: Robin's Egg Blue. HEX triplet: 21, D3 and BF. RGB value is (33,211,191). Sum of RGB (Red+Green+Blue) = 33+211+191=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #21D3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D3BF is #DE2C40. Grayscale: #9B9B9B. Windows color (decimal): -14560321 or 12571425. OLE color: 12571425.
HSL color Cylindrical-coordinate representation of color #21D3BF: hue angle of 173.26º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D3BF is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 191 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.17 |
| HSL | 173.26º | 0.73% | 0.48% | - |
| HSV(B) | 173.26º | 0.84% | 0.83% | - |
| XYZ | 33.33 | 50.67 | 57.31 | - |
| YUV | 155.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 191 | 0.84 | 0 | 0.09 | 0.17 | 173.26 | 0.73 | 0.48 |
| Hex | 21 | D3 | BF | 54 | 0 | 9 | 11 | AD | 49 | 30 |
| Octal | 41 | 323 | 277 | 124 | 0 | 11 | 21 | 255 | 111 | 60 |
| Binary | 100001 | 11010011 | 10111111 | 1010100 | 0 | 1001 | 10001 | 10101101 | 1001001 | 110000 |
Color Harmonies of #21D3BF
Complementary color
Monochromatic Colors of #21D3BF
Black with #21D3BF
Text Example
Text Example
White with #21D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3BF; }
p { color: rgb(33,211,191); }
H1.HeaderClassName
{
color: #21D3BF;
}
.AnyTagClassName
{
color: #21D3BF;
}
</style>
background-color css
<style>
a { background-color: #21D3BF; }
a { background-color: rgb(33,211,191); }
div.DivClassName
{
background-color: #21D3BF;
}
.BgClassName
{
background-color: #21D3BF;
}
</style>
border-color css
<style>
span { border-color: #21D3BF; }
span { border-color: rgb(33,211,191); }
td.TdClassName
{
border-color: #21D3BF;
}
.TagClassName
{
border-color: #21D3BF;
}
</style>