Shades of Summer Sky #21A5EA
Tints of Summer Sky #21A5EA
RGB
CMYK
RGB Variations
Color information
#21A5EA (or 0x21A5EA) is known color: Summer Sky. HEX triplet: 21, A5 and EA. RGB value is (33,165,234). Sum of RGB (Red+Green+Blue) = 33+165+234=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #21A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A5EA is #DE5A15. Grayscale: #848484. Windows color (decimal): -14572054 or 15377697. OLE color: 15377697.
HSL color Cylindrical-coordinate representation of color #21A5EA: hue angle of 200.6º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A5EA is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 165 | 234 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.08 |
| HSL | 200.6º | 0.83% | 0.52% | - |
| HSV(B) | 200.6º | 0.86% | 0.92% | - |
| XYZ | 28.93 | 33.17 | 82.72 | - |
| YUV | 133.4 | 184.77 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 234 | 0.86 | 0.29 | 0 | 0.08 | 200.6 | 0.83 | 0.52 |
| Hex | 21 | A5 | EA | 56 | 1D | 0 | 8 | C9 | 53 | 34 |
| Octal | 41 | 245 | 352 | 126 | 35 | 0 | 10 | 311 | 123 | 64 |
| Binary | 100001 | 10100101 | 11101010 | 1010110 | 11101 | 0 | 1000 | 11001001 | 1010011 | 110100 |
Color Harmonies of #21A5EA
Complementary color
Monochromatic Colors of #21A5EA
Black with #21A5EA
Text Example
Text Example
White with #21A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5EA; }
p { color: rgb(33,165,234); }
H1.HeaderClassName
{
color: #21A5EA;
}
.AnyTagClassName
{
color: #21A5EA;
}
</style>
background-color css
<style>
a { background-color: #21A5EA; }
a { background-color: rgb(33,165,234); }
div.DivClassName
{
background-color: #21A5EA;
}
.BgClassName
{
background-color: #21A5EA;
}
</style>
border-color css
<style>
span { border-color: #21A5EA; }
span { border-color: rgb(33,165,234); }
td.TdClassName
{
border-color: #21A5EA;
}
.TagClassName
{
border-color: #21A5EA;
}
</style>