Shades of Summer Sky #21A6DC
Tints of Summer Sky #21A6DC
RGB
CMYK
RGB Variations
Color information
#21A6DC (or 0x21A6DC) is known color: Summer Sky. HEX triplet: 21, A6 and DC. RGB value is (33,166,220). Sum of RGB (Red+Green+Blue) = 33+166+220=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #21A6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6DC is #DE5923. Grayscale: #848484. Windows color (decimal): -14571812 or 14460449. OLE color: 14460449.
HSL color Cylindrical-coordinate representation of color #21A6DC: hue angle of 197.33º 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 #21A6DC is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 166 | 220 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.14 |
| HSL | 197.33º | 0.74% | 0.5% | - |
| HSV(B) | 197.33º | 0.85% | 0.86% | - |
| XYZ | 27.18 | 32.76 | 72.6 | - |
| YUV | 132.39 | 177.44 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 220 | 0.85 | 0.25 | 0 | 0.14 | 197.33 | 0.74 | 0.5 |
| Hex | 21 | A6 | DC | 55 | 19 | 0 | E | C5 | 4A | 32 |
| Octal | 41 | 246 | 334 | 125 | 31 | 0 | 16 | 305 | 112 | 62 |
| Binary | 100001 | 10100110 | 11011100 | 1010101 | 11001 | 0 | 1110 | 11000101 | 1001010 | 110010 |
Color Harmonies of #21A6DC
Complementary color
Monochromatic Colors of #21A6DC
Black with #21A6DC
Text Example
Text Example
White with #21A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6DC; }
p { color: rgb(33,166,220); }
H1.HeaderClassName
{
color: #21A6DC;
}
.AnyTagClassName
{
color: #21A6DC;
}
</style>
background-color css
<style>
a { background-color: #21A6DC; }
a { background-color: rgb(33,166,220); }
div.DivClassName
{
background-color: #21A6DC;
}
.BgClassName
{
background-color: #21A6DC;
}
</style>
border-color css
<style>
span { border-color: #21A6DC; }
span { border-color: rgb(33,166,220); }
td.TdClassName
{
border-color: #21A6DC;
}
.TagClassName
{
border-color: #21A6DC;
}
</style>