Shades of Summer Sky #21C5DA
Tints of Summer Sky #21C5DA
RGB
CMYK
RGB Variations
Color information
#21C5DA (or 0x21C5DA) is known color: Summer Sky. HEX triplet: 21, C5 and DA. RGB value is (33,197,218). Sum of RGB (Red+Green+Blue) = 33+197+218=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #21C5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C5DA is #DE3A25. Grayscale: #969696. Windows color (decimal): -14563878 or 14337313. OLE color: 14337313.
HSL color Cylindrical-coordinate representation of color #21C5DA: hue angle of 186.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C5DA is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 197 | 218 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.15 |
| HSL | 186.81º | 0.74% | 0.49% | - |
| HSV(B) | 186.81º | 0.85% | 0.85% | - |
| XYZ | 33.25 | 45.32 | 73.32 | - |
| YUV | 150.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 218 | 0.85 | 0.10 | 0 | 0.15 | 186.81 | 0.74 | 0.49 |
| Hex | 21 | C5 | DA | 55 | A | 0 | F | BB | 4A | 31 |
| Octal | 41 | 305 | 332 | 125 | 12 | 0 | 17 | 273 | 112 | 61 |
| Binary | 100001 | 11000101 | 11011010 | 1010101 | 1010 | 0 | 1111 | 10111011 | 1001010 | 110001 |
Color Harmonies of #21C5DA
Complementary color
Monochromatic Colors of #21C5DA
Black with #21C5DA
Text Example
Text Example
White with #21C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5DA; }
p { color: rgb(33,197,218); }
H1.HeaderClassName
{
color: #21C5DA;
}
.AnyTagClassName
{
color: #21C5DA;
}
</style>
background-color css
<style>
a { background-color: #21C5DA; }
a { background-color: rgb(33,197,218); }
div.DivClassName
{
background-color: #21C5DA;
}
.BgClassName
{
background-color: #21C5DA;
}
</style>
border-color css
<style>
span { border-color: #21C5DA; }
span { border-color: rgb(33,197,218); }
td.TdClassName
{
border-color: #21C5DA;
}
.TagClassName
{
border-color: #21C5DA;
}
</style>