Shades of Summer Sky #21A5E6
Tints of Summer Sky #21A5E6
RGB
CMYK
RGB Variations
Color information
#21A5E6 (or 0x21A5E6) is known color: Summer Sky. HEX triplet: 21, A5 and E6. RGB value is (33,165,230). Sum of RGB (Red+Green+Blue) = 33+165+230=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #21A5E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A5E6 is #DE5A19. Grayscale: #848484. Windows color (decimal): -14572058 or 15115553. OLE color: 15115553.
HSL color Cylindrical-coordinate representation of color #21A5E6: hue angle of 199.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A5E6 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 165 | 230 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.10 |
| HSL | 199.8º | 0.8% | 0.52% | - |
| HSV(B) | 199.8º | 0.86% | 0.9% | - |
| XYZ | 28.37 | 32.95 | 79.73 | - |
| YUV | 132.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 230 | 0.86 | 0.28 | 0 | 0.10 | 199.8 | 0.8 | 0.52 |
| Hex | 21 | A5 | E6 | 56 | 1C | 0 | A | C8 | 50 | 34 |
| Octal | 41 | 245 | 346 | 126 | 34 | 0 | 12 | 310 | 120 | 64 |
| Binary | 100001 | 10100101 | 11100110 | 1010110 | 11100 | 0 | 1010 | 11001000 | 1010000 | 110100 |
Color Harmonies of #21A5E6
Complementary color
Monochromatic Colors of #21A5E6
Black with #21A5E6
Text Example
Text Example
White with #21A5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5E6; }
p { color: rgb(33,165,230); }
H1.HeaderClassName
{
color: #21A5E6;
}
.AnyTagClassName
{
color: #21A5E6;
}
</style>
background-color css
<style>
a { background-color: #21A5E6; }
a { background-color: rgb(33,165,230); }
div.DivClassName
{
background-color: #21A5E6;
}
.BgClassName
{
background-color: #21A5E6;
}
</style>
border-color css
<style>
span { border-color: #21A5E6; }
span { border-color: rgb(33,165,230); }
td.TdClassName
{
border-color: #21A5E6;
}
.TagClassName
{
border-color: #21A5E6;
}
</style>