Shades of Summer Sky #24AADC
Tints of Summer Sky #24AADC
RGB
CMYK
RGB Variations
Color information
#24AADC (or 0x24AADC) is known color: Summer Sky. HEX triplet: 24, AA and DC. RGB value is (36,170,220). Sum of RGB (Red+Green+Blue) = 36+170+220=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #24AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AADC is #DB5523. Grayscale: #878787. Windows color (decimal): -14374180 or 14461476. OLE color: 14461476.
HSL color Cylindrical-coordinate representation of color #24AADC: hue angle of 196.3º 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 #24AADC is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 170 | 220 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.14 |
| HSL | 196.3º | 0.72% | 0.5% | - |
| HSV(B) | 196.3º | 0.84% | 0.86% | - |
| XYZ | 28.02 | 34.29 | 72.85 | - |
| YUV | 135.63 | 175.61 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 220 | 0.84 | 0.23 | 0 | 0.14 | 196.3 | 0.72 | 0.5 |
| Hex | 24 | AA | DC | 54 | 17 | 0 | E | C4 | 48 | 32 |
| Octal | 44 | 252 | 334 | 124 | 27 | 0 | 16 | 304 | 110 | 62 |
| Binary | 100100 | 10101010 | 11011100 | 1010100 | 10111 | 0 | 1110 | 11000100 | 1001000 | 110010 |
Color Harmonies of #24AADC
Complementary color
Monochromatic Colors of #24AADC
Black with #24AADC
Text Example
Text Example
White with #24AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AADC; }
p { color: rgb(36,170,220); }
H1.HeaderClassName
{
color: #24AADC;
}
.AnyTagClassName
{
color: #24AADC;
}
</style>
background-color css
<style>
a { background-color: #24AADC; }
a { background-color: rgb(36,170,220); }
div.DivClassName
{
background-color: #24AADC;
}
.BgClassName
{
background-color: #24AADC;
}
</style>
border-color css
<style>
span { border-color: #24AADC; }
span { border-color: rgb(36,170,220); }
td.TdClassName
{
border-color: #24AADC;
}
.TagClassName
{
border-color: #24AADC;
}
</style>