Shades of Summer Sky #24A2EA
Tints of Summer Sky #24A2EA
RGB
CMYK
RGB Variations
Color information
#24A2EA (or 0x24A2EA) is known color: Summer Sky. HEX triplet: 24, A2 and EA. RGB value is (36,162,234). Sum of RGB (Red+Green+Blue) = 36+162+234=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 162 (63.67% from 255 or 37.5% 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 #24A2EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A2EA is #DB5D15. Grayscale: #848484. Windows color (decimal): -14376214 or 15376932. OLE color: 15376932.
HSL color Cylindrical-coordinate representation of color #24A2EA: hue angle of 201.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24A2EA is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 162 | 234 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.08 |
| HSL | 201.82º | 0.83% | 0.53% | - |
| HSV(B) | 201.82º | 0.85% | 0.92% | - |
| XYZ | 28.5 | 32.16 | 82.55 | - |
| YUV | 132.53 | 185.26 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 162 | 234 | 0.85 | 0.31 | 0 | 0.08 | 201.82 | 0.83 | 0.53 |
| Hex | 24 | A2 | EA | 55 | 1F | 0 | 8 | CA | 52 | 35 |
| Octal | 44 | 242 | 352 | 125 | 37 | 0 | 10 | 312 | 122 | 65 |
| Binary | 100100 | 10100010 | 11101010 | 1010101 | 11111 | 0 | 1000 | 11001010 | 1010010 | 110101 |
Color Harmonies of #24A2EA
Complementary color
Monochromatic Colors of #24A2EA
Black with #24A2EA
Text Example
Text Example
White with #24A2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A2EA; }
p { color: rgb(36,162,234); }
H1.HeaderClassName
{
color: #24A2EA;
}
.AnyTagClassName
{
color: #24A2EA;
}
</style>
background-color css
<style>
a { background-color: #24A2EA; }
a { background-color: rgb(36,162,234); }
div.DivClassName
{
background-color: #24A2EA;
}
.BgClassName
{
background-color: #24A2EA;
}
</style>
border-color css
<style>
span { border-color: #24A2EA; }
span { border-color: rgb(36,162,234); }
td.TdClassName
{
border-color: #24A2EA;
}
.TagClassName
{
border-color: #24A2EA;
}
</style>