Shades of Summer Sky #24AFDC
Tints of Summer Sky #24AFDC
RGB
CMYK
RGB Variations
Color information
#24AFDC (or 0x24AFDC) is known color: Summer Sky. HEX triplet: 24, AF and DC. RGB value is (36,175,220). Sum of RGB (Red+Green+Blue) = 36+175+220=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #24AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AFDC is #DB5023. Grayscale: #8A8A8A. Windows color (decimal): -14372900 or 14462756. OLE color: 14462756.
HSL color Cylindrical-coordinate representation of color #24AFDC: hue angle of 194.67º 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 #24AFDC is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 175 | 220 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.14 |
| HSL | 194.67º | 0.72% | 0.5% | - |
| HSV(B) | 194.67º | 0.84% | 0.86% | - |
| XYZ | 28.98 | 36.2 | 73.17 | - |
| YUV | 138.57 | 173.95 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 175 | 220 | 0.84 | 0.20 | 0 | 0.14 | 194.67 | 0.72 | 0.5 |
| Hex | 24 | AF | DC | 54 | 14 | 0 | E | C3 | 48 | 32 |
| Octal | 44 | 257 | 334 | 124 | 24 | 0 | 16 | 303 | 110 | 62 |
| Binary | 100100 | 10101111 | 11011100 | 1010100 | 10100 | 0 | 1110 | 11000011 | 1001000 | 110010 |
Color Harmonies of #24AFDC
Complementary color
Monochromatic Colors of #24AFDC
Black with #24AFDC
Text Example
Text Example
White with #24AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AFDC; }
p { color: rgb(36,175,220); }
H1.HeaderClassName
{
color: #24AFDC;
}
.AnyTagClassName
{
color: #24AFDC;
}
</style>
background-color css
<style>
a { background-color: #24AFDC; }
a { background-color: rgb(36,175,220); }
div.DivClassName
{
background-color: #24AFDC;
}
.BgClassName
{
background-color: #24AFDC;
}
</style>
border-color css
<style>
span { border-color: #24AFDC; }
span { border-color: rgb(36,175,220); }
td.TdClassName
{
border-color: #24AFDC;
}
.TagClassName
{
border-color: #24AFDC;
}
</style>