Shades of Summer Sky #21A7E0
Tints of Summer Sky #21A7E0
RGB
CMYK
RGB Variations
Color information
#21A7E0 (or 0x21A7E0) is known color: Summer Sky. HEX triplet: 21, A7 and E0. RGB value is (33,167,224). Sum of RGB (Red+Green+Blue) = 33+167+224=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #21A7E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A7E0 is #DE581F. Grayscale: #858585. Windows color (decimal): -14571552 or 14722849. OLE color: 14722849.
HSL color Cylindrical-coordinate representation of color #21A7E0: hue angle of 197.91º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A7E0 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 167 | 224 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.12 |
| HSL | 197.91º | 0.75% | 0.5% | - |
| HSV(B) | 197.91º | 0.85% | 0.88% | - |
| XYZ | 27.9 | 33.34 | 75.49 | - |
| YUV | 133.43 | 179.11 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 224 | 0.85 | 0.25 | 0 | 0.12 | 197.91 | 0.75 | 0.5 |
| Hex | 21 | A7 | E0 | 55 | 19 | 0 | C | C6 | 4B | 32 |
| Octal | 41 | 247 | 340 | 125 | 31 | 0 | 14 | 306 | 113 | 62 |
| Binary | 100001 | 10100111 | 11100000 | 1010101 | 11001 | 0 | 1100 | 11000110 | 1001011 | 110010 |
Color Harmonies of #21A7E0
Complementary color
Monochromatic Colors of #21A7E0
Black with #21A7E0
Text Example
Text Example
White with #21A7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A7E0; }
p { color: rgb(33,167,224); }
H1.HeaderClassName
{
color: #21A7E0;
}
.AnyTagClassName
{
color: #21A7E0;
}
</style>
background-color css
<style>
a { background-color: #21A7E0; }
a { background-color: rgb(33,167,224); }
div.DivClassName
{
background-color: #21A7E0;
}
.BgClassName
{
background-color: #21A7E0;
}
</style>
border-color css
<style>
span { border-color: #21A7E0; }
span { border-color: rgb(33,167,224); }
td.TdClassName
{
border-color: #21A7E0;
}
.TagClassName
{
border-color: #21A7E0;
}
</style>