Shades of Summer Sky #21AED6
Tints of Summer Sky #21AED6
RGB
CMYK
RGB Variations
Color information
#21AED6 (or 0x21AED6) is known color: Summer Sky. HEX triplet: 21, AE and D6. RGB value is (33,174,214). Sum of RGB (Red+Green+Blue) = 33+174+214=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #21AED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AED6 is #DE5129. Grayscale: #888888. Windows color (decimal): -14569770 or 14069281. OLE color: 14069281.
HSL color Cylindrical-coordinate representation of color #21AED6: hue angle of 193.26º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AED6 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 174 | 214 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.16 |
| HSL | 193.26º | 0.73% | 0.48% | - |
| HSV(B) | 193.26º | 0.85% | 0.84% | - |
| XYZ | 27.9 | 35.45 | 68.99 | - |
| YUV | 136.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 214 | 0.85 | 0.19 | 0 | 0.16 | 193.26 | 0.73 | 0.48 |
| Hex | 21 | AE | D6 | 55 | 13 | 0 | 10 | C1 | 49 | 30 |
| Octal | 41 | 256 | 326 | 125 | 23 | 0 | 20 | 301 | 111 | 60 |
| Binary | 100001 | 10101110 | 11010110 | 1010101 | 10011 | 0 | 10000 | 11000001 | 1001001 | 110000 |
Color Harmonies of #21AED6
Complementary color
Monochromatic Colors of #21AED6
Black with #21AED6
Text Example
Text Example
White with #21AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AED6; }
p { color: rgb(33,174,214); }
H1.HeaderClassName
{
color: #21AED6;
}
.AnyTagClassName
{
color: #21AED6;
}
</style>
background-color css
<style>
a { background-color: #21AED6; }
a { background-color: rgb(33,174,214); }
div.DivClassName
{
background-color: #21AED6;
}
.BgClassName
{
background-color: #21AED6;
}
</style>
border-color css
<style>
span { border-color: #21AED6; }
span { border-color: rgb(33,174,214); }
td.TdClassName
{
border-color: #21AED6;
}
.TagClassName
{
border-color: #21AED6;
}
</style>