Shades of Summer Sky #21ADE8
Tints of Summer Sky #21ADE8
RGB
CMYK
RGB Variations
Color information
#21ADE8 (or 0x21ADE8) is known color: Summer Sky. HEX triplet: 21, AD and E8. RGB value is (33,173,232). Sum of RGB (Red+Green+Blue) = 33+173+232=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #21ADE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADE8 is #DE5217. Grayscale: #898989. Windows color (decimal): -14570008 or 15248673. OLE color: 15248673.
HSL color Cylindrical-coordinate representation of color #21ADE8: hue angle of 197.79º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ADE8 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 173 | 232 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.09 |
| HSL | 197.79º | 0.81% | 0.52% | - |
| HSV(B) | 197.79º | 0.86% | 0.91% | - |
| XYZ | 30.14 | 36.04 | 81.71 | - |
| YUV | 137.87 | 181.12 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 232 | 0.86 | 0.25 | 0 | 0.09 | 197.79 | 0.81 | 0.52 |
| Hex | 21 | AD | E8 | 56 | 19 | 0 | 9 | C6 | 51 | 34 |
| Octal | 41 | 255 | 350 | 126 | 31 | 0 | 11 | 306 | 121 | 64 |
| Binary | 100001 | 10101101 | 11101000 | 1010110 | 11001 | 0 | 1001 | 11000110 | 1010001 | 110100 |
Color Harmonies of #21ADE8
Complementary color
Monochromatic Colors of #21ADE8
Black with #21ADE8
Text Example
Text Example
White with #21ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADE8; }
p { color: rgb(33,173,232); }
H1.HeaderClassName
{
color: #21ADE8;
}
.AnyTagClassName
{
color: #21ADE8;
}
</style>
background-color css
<style>
a { background-color: #21ADE8; }
a { background-color: rgb(33,173,232); }
div.DivClassName
{
background-color: #21ADE8;
}
.BgClassName
{
background-color: #21ADE8;
}
</style>
border-color css
<style>
span { border-color: #21ADE8; }
span { border-color: rgb(33,173,232); }
td.TdClassName
{
border-color: #21ADE8;
}
.TagClassName
{
border-color: #21ADE8;
}
</style>