Shades of Summer Sky #24A2E0
Tints of Summer Sky #24A2E0
RGB
CMYK
RGB Variations
Color information
#24A2E0 (or 0x24A2E0) is known color: Summer Sky. HEX triplet: 24, A2 and E0. RGB value is (36,162,224). Sum of RGB (Red+Green+Blue) = 36+162+224=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #24A2E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A2E0 is #DB5D1F. Grayscale: #838383. Windows color (decimal): -14376224 or 14721572. OLE color: 14721572.
HSL color Cylindrical-coordinate representation of color #24A2E0: hue angle of 199.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24A2E0 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 162 | 224 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.12 |
| HSL | 199.79º | 0.75% | 0.51% | - |
| HSV(B) | 199.79º | 0.84% | 0.88% | - |
| XYZ | 27.1 | 31.6 | 75.19 | - |
| YUV | 131.39 | 180.26 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 162 | 224 | 0.84 | 0.28 | 0 | 0.12 | 199.79 | 0.75 | 0.51 |
| Hex | 24 | A2 | E0 | 54 | 1C | 0 | C | C8 | 4B | 33 |
| Octal | 44 | 242 | 340 | 124 | 34 | 0 | 14 | 310 | 113 | 63 |
| Binary | 100100 | 10100010 | 11100000 | 1010100 | 11100 | 0 | 1100 | 11001000 | 1001011 | 110011 |
Color Harmonies of #24A2E0
Complementary color
Monochromatic Colors of #24A2E0
Black with #24A2E0
Text Example
Text Example
White with #24A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A2E0; }
p { color: rgb(36,162,224); }
H1.HeaderClassName
{
color: #24A2E0;
}
.AnyTagClassName
{
color: #24A2E0;
}
</style>
background-color css
<style>
a { background-color: #24A2E0; }
a { background-color: rgb(36,162,224); }
div.DivClassName
{
background-color: #24A2E0;
}
.BgClassName
{
background-color: #24A2E0;
}
</style>
border-color css
<style>
span { border-color: #24A2E0; }
span { border-color: rgb(36,162,224); }
td.TdClassName
{
border-color: #24A2E0;
}
.TagClassName
{
border-color: #24A2E0;
}
</style>