Shades of Summer Sky #21A6EC
Tints of Summer Sky #21A6EC
RGB
CMYK
RGB Variations
Color information
#21A6EC (or 0x21A6EC) is known color: Summer Sky. HEX triplet: 21, A6 and EC. RGB value is (33,166,236). Sum of RGB (Red+Green+Blue) = 33+166+236=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #21A6EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A6EC is #DE5913. Grayscale: #858585. Windows color (decimal): -14571796 or 15509025. OLE color: 15509025.
HSL color Cylindrical-coordinate representation of color #21A6EC: hue angle of 200.69º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A6EC is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 166 | 236 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.07 |
| HSL | 200.69º | 0.84% | 0.53% | - |
| HSV(B) | 200.69º | 0.86% | 0.93% | - |
| XYZ | 29.4 | 33.65 | 84.3 | - |
| YUV | 134.21 | 185.44 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 236 | 0.86 | 0.30 | 0 | 0.07 | 200.69 | 0.84 | 0.53 |
| Hex | 21 | A6 | EC | 56 | 1E | 0 | 7 | C9 | 54 | 35 |
| Octal | 41 | 246 | 354 | 126 | 36 | 0 | 7 | 311 | 124 | 65 |
| Binary | 100001 | 10100110 | 11101100 | 1010110 | 11110 | 0 | 111 | 11001001 | 1010100 | 110101 |
Color Harmonies of #21A6EC
Complementary color
Monochromatic Colors of #21A6EC
Black with #21A6EC
Text Example
Text Example
White with #21A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6EC; }
p { color: rgb(33,166,236); }
H1.HeaderClassName
{
color: #21A6EC;
}
.AnyTagClassName
{
color: #21A6EC;
}
</style>
background-color css
<style>
a { background-color: #21A6EC; }
a { background-color: rgb(33,166,236); }
div.DivClassName
{
background-color: #21A6EC;
}
.BgClassName
{
background-color: #21A6EC;
}
</style>
border-color css
<style>
span { border-color: #21A6EC; }
span { border-color: rgb(33,166,236); }
td.TdClassName
{
border-color: #21A6EC;
}
.TagClassName
{
border-color: #21A6EC;
}
</style>