Shades of Summer Sky #24A5D6
Tints of Summer Sky #24A5D6
RGB
CMYK
RGB Variations
Color information
#24A5D6 (or 0x24A5D6) is known color: Summer Sky. HEX triplet: 24, A5 and D6. RGB value is (36,165,214). Sum of RGB (Red+Green+Blue) = 36+165+214=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #24A5D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A5D6 is #DB5A29. Grayscale: #838383. Windows color (decimal): -14375466 or 14066980. OLE color: 14066980.
HSL color Cylindrical-coordinate representation of color #24A5D6: hue angle of 196.52º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24A5D6 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 165 | 214 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.16 |
| HSL | 196.52º | 0.71% | 0.49% | - |
| HSV(B) | 196.52º | 0.83% | 0.84% | - |
| XYZ | 26.32 | 32.14 | 68.43 | - |
| YUV | 132.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 165 | 214 | 0.83 | 0.23 | 0 | 0.16 | 196.52 | 0.71 | 0.49 |
| Hex | 24 | A5 | D6 | 53 | 17 | 0 | 10 | C5 | 47 | 31 |
| Octal | 44 | 245 | 326 | 123 | 27 | 0 | 20 | 305 | 107 | 61 |
| Binary | 100100 | 10100101 | 11010110 | 1010011 | 10111 | 0 | 10000 | 11000101 | 1000111 | 110001 |
Color Harmonies of #24A5D6
Complementary color
Monochromatic Colors of #24A5D6
Black with #24A5D6
Text Example
Text Example
White with #24A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A5D6; }
p { color: rgb(36,165,214); }
H1.HeaderClassName
{
color: #24A5D6;
}
.AnyTagClassName
{
color: #24A5D6;
}
</style>
background-color css
<style>
a { background-color: #24A5D6; }
a { background-color: rgb(36,165,214); }
div.DivClassName
{
background-color: #24A5D6;
}
.BgClassName
{
background-color: #24A5D6;
}
</style>
border-color css
<style>
span { border-color: #24A5D6; }
span { border-color: rgb(36,165,214); }
td.TdClassName
{
border-color: #24A5D6;
}
.TagClassName
{
border-color: #24A5D6;
}
</style>