Shades of Summer Sky #21ADEF
Tints of Summer Sky #21ADEF
RGB
CMYK
RGB Variations
Color information
#21ADEF (or 0x21ADEF) is known color: Summer Sky. HEX triplet: 21, AD and EF. RGB value is (33,173,239). Sum of RGB (Red+Green+Blue) = 33+173+239=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #21ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADEF is #DE5210. Grayscale: #8A8A8A. Windows color (decimal): -14570001 or 15707425. OLE color: 15707425.
HSL color Cylindrical-coordinate representation of color #21ADEF: hue angle of 199.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ADEF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 173 | 239 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.06 |
| HSL | 199.22º | 0.87% | 0.53% | - |
| HSV(B) | 199.22º | 0.86% | 0.94% | - |
| XYZ | 31.15 | 36.44 | 87.05 | - |
| YUV | 138.66 | 184.62 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 239 | 0.86 | 0.28 | 0 | 0.06 | 199.22 | 0.87 | 0.53 |
| Hex | 21 | AD | EF | 56 | 1C | 0 | 6 | C7 | 57 | 35 |
| Octal | 41 | 255 | 357 | 126 | 34 | 0 | 6 | 307 | 127 | 65 |
| Binary | 100001 | 10101101 | 11101111 | 1010110 | 11100 | 0 | 110 | 11000111 | 1010111 | 110101 |
Color Harmonies of #21ADEF
Complementary color
Monochromatic Colors of #21ADEF
Black with #21ADEF
Text Example
Text Example
White with #21ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADEF; }
p { color: rgb(33,173,239); }
H1.HeaderClassName
{
color: #21ADEF;
}
.AnyTagClassName
{
color: #21ADEF;
}
</style>
background-color css
<style>
a { background-color: #21ADEF; }
a { background-color: rgb(33,173,239); }
div.DivClassName
{
background-color: #21ADEF;
}
.BgClassName
{
background-color: #21ADEF;
}
</style>
border-color css
<style>
span { border-color: #21ADEF; }
span { border-color: rgb(33,173,239); }
td.TdClassName
{
border-color: #21ADEF;
}
.TagClassName
{
border-color: #21ADEF;
}
</style>