Shades of Summer Sky #21C7DB
Tints of Summer Sky #21C7DB
RGB
CMYK
RGB Variations
Color information
#21C7DB (or 0x21C7DB) is known color: Summer Sky. HEX triplet: 21, C7 and DB. RGB value is (33,199,219). Sum of RGB (Red+Green+Blue) = 33+199+219=451 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.32% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #21C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C7DB is #DE3824. Grayscale: #979797. Windows color (decimal): -14563365 or 14403361. OLE color: 14403361.
HSL color Cylindrical-coordinate representation of color #21C7DB: hue angle of 186.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C7DB is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 199 | 219 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.14 |
| HSL | 186.45º | 0.74% | 0.49% | - |
| HSV(B) | 186.45º | 0.85% | 0.86% | - |
| XYZ | 33.84 | 46.28 | 74.17 | - |
| YUV | 151.65 | 166 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 219 | 0.85 | 0.09 | 0 | 0.14 | 186.45 | 0.74 | 0.49 |
| Hex | 21 | C7 | DB | 55 | 9 | 0 | E | BA | 4A | 31 |
| Octal | 41 | 307 | 333 | 125 | 11 | 0 | 16 | 272 | 112 | 61 |
| Binary | 100001 | 11000111 | 11011011 | 1010101 | 1001 | 0 | 1110 | 10111010 | 1001010 | 110001 |
Color Harmonies of #21C7DB
Complementary color
Monochromatic Colors of #21C7DB
Black with #21C7DB
Text Example
Text Example
White with #21C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C7DB; }
p { color: rgb(33,199,219); }
H1.HeaderClassName
{
color: #21C7DB;
}
.AnyTagClassName
{
color: #21C7DB;
}
</style>
background-color css
<style>
a { background-color: #21C7DB; }
a { background-color: rgb(33,199,219); }
div.DivClassName
{
background-color: #21C7DB;
}
.BgClassName
{
background-color: #21C7DB;
}
</style>
border-color css
<style>
span { border-color: #21C7DB; }
span { border-color: rgb(33,199,219); }
td.TdClassName
{
border-color: #21C7DB;
}
.TagClassName
{
border-color: #21C7DB;
}
</style>