Shades of Summer Sky #24A8DC
Tints of Summer Sky #24A8DC
RGB
CMYK
RGB Variations
Color information
#24A8DC (or 0x24A8DC) is known color: Summer Sky. HEX triplet: 24, A8 and DC. RGB value is (36,168,220). Sum of RGB (Red+Green+Blue) = 36+168+220=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #24A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A8DC is #DB5723. Grayscale: #868686. Windows color (decimal): -14374692 or 14460964. OLE color: 14460964.
HSL color Cylindrical-coordinate representation of color #24A8DC: hue angle of 196.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24A8DC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 168 | 220 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.14 |
| HSL | 196.96º | 0.72% | 0.5% | - |
| HSV(B) | 196.96º | 0.84% | 0.86% | - |
| XYZ | 27.65 | 33.55 | 72.73 | - |
| YUV | 134.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 168 | 220 | 0.84 | 0.24 | 0 | 0.14 | 196.96 | 0.72 | 0.5 |
| Hex | 24 | A8 | DC | 54 | 18 | 0 | E | C5 | 48 | 32 |
| Octal | 44 | 250 | 334 | 124 | 30 | 0 | 16 | 305 | 110 | 62 |
| Binary | 100100 | 10101000 | 11011100 | 1010100 | 11000 | 0 | 1110 | 11000101 | 1001000 | 110010 |
Color Harmonies of #24A8DC
Complementary color
Monochromatic Colors of #24A8DC
Black with #24A8DC
Text Example
Text Example
White with #24A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A8DC; }
p { color: rgb(36,168,220); }
H1.HeaderClassName
{
color: #24A8DC;
}
.AnyTagClassName
{
color: #24A8DC;
}
</style>
background-color css
<style>
a { background-color: #24A8DC; }
a { background-color: rgb(36,168,220); }
div.DivClassName
{
background-color: #24A8DC;
}
.BgClassName
{
background-color: #24A8DC;
}
</style>
border-color css
<style>
span { border-color: #24A8DC; }
span { border-color: rgb(36,168,220); }
td.TdClassName
{
border-color: #24A8DC;
}
.TagClassName
{
border-color: #24A8DC;
}
</style>