Shades of Summer Sky #24AEDC
Tints of Summer Sky #24AEDC
RGB
CMYK
RGB Variations
Color information
#24AEDC (or 0x24AEDC) is known color: Summer Sky. HEX triplet: 24, AE and DC. RGB value is (36,174,220). Sum of RGB (Red+Green+Blue) = 36+174+220=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #24AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AEDC is #DB5123. Grayscale: #898989. Windows color (decimal): -14373156 or 14462500. OLE color: 14462500.
HSL color Cylindrical-coordinate representation of color #24AEDC: hue angle of 195º 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 #24AEDC is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 174 | 220 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.14 |
| HSL | 195º | 0.72% | 0.5% | - |
| HSV(B) | 195º | 0.84% | 0.86% | - |
| XYZ | 28.78 | 35.81 | 73.11 | - |
| YUV | 137.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 174 | 220 | 0.84 | 0.21 | 0 | 0.14 | 195 | 0.72 | 0.5 |
| Hex | 24 | AE | DC | 54 | 15 | 0 | E | C3 | 48 | 32 |
| Octal | 44 | 256 | 334 | 124 | 25 | 0 | 16 | 303 | 110 | 62 |
| Binary | 100100 | 10101110 | 11011100 | 1010100 | 10101 | 0 | 1110 | 11000011 | 1001000 | 110010 |
Color Harmonies of #24AEDC
Complementary color
Monochromatic Colors of #24AEDC
Black with #24AEDC
Text Example
Text Example
White with #24AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AEDC; }
p { color: rgb(36,174,220); }
H1.HeaderClassName
{
color: #24AEDC;
}
.AnyTagClassName
{
color: #24AEDC;
}
</style>
background-color css
<style>
a { background-color: #24AEDC; }
a { background-color: rgb(36,174,220); }
div.DivClassName
{
background-color: #24AEDC;
}
.BgClassName
{
background-color: #24AEDC;
}
</style>
border-color css
<style>
span { border-color: #24AEDC; }
span { border-color: rgb(36,174,220); }
td.TdClassName
{
border-color: #24AEDC;
}
.TagClassName
{
border-color: #24AEDC;
}
</style>