Shades of Summer Sky #21A0DC
Tints of Summer Sky #21A0DC
RGB
CMYK
RGB Variations
Color information
#21A0DC (or 0x21A0DC) is known color: Summer Sky. HEX triplet: 21, A0 and DC. RGB value is (33,160,220). Sum of RGB (Red+Green+Blue) = 33+160+220=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #21A0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A0DC is #DE5F23. Grayscale: #808080. Windows color (decimal): -14573348 or 14458913. OLE color: 14458913.
HSL color Cylindrical-coordinate representation of color #21A0DC: hue angle of 199.25º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A0DC is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 160 | 220 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.14 |
| HSL | 199.25º | 0.74% | 0.5% | - |
| HSV(B) | 199.25º | 0.85% | 0.86% | - |
| XYZ | 26.12 | 30.63 | 72.25 | - |
| YUV | 128.87 | 179.42 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 220 | 0.85 | 0.27 | 0 | 0.14 | 199.25 | 0.74 | 0.5 |
| Hex | 21 | A0 | DC | 55 | 1B | 0 | E | C7 | 4A | 32 |
| Octal | 41 | 240 | 334 | 125 | 33 | 0 | 16 | 307 | 112 | 62 |
| Binary | 100001 | 10100000 | 11011100 | 1010101 | 11011 | 0 | 1110 | 11000111 | 1001010 | 110010 |
Color Harmonies of #21A0DC
Complementary color
Monochromatic Colors of #21A0DC
Black with #21A0DC
Text Example
Text Example
White with #21A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0DC; }
p { color: rgb(33,160,220); }
H1.HeaderClassName
{
color: #21A0DC;
}
.AnyTagClassName
{
color: #21A0DC;
}
</style>
background-color css
<style>
a { background-color: #21A0DC; }
a { background-color: rgb(33,160,220); }
div.DivClassName
{
background-color: #21A0DC;
}
.BgClassName
{
background-color: #21A0DC;
}
</style>
border-color css
<style>
span { border-color: #21A0DC; }
span { border-color: rgb(33,160,220); }
td.TdClassName
{
border-color: #21A0DC;
}
.TagClassName
{
border-color: #21A0DC;
}
</style>