Shades of Summer Sky #24C0EB
Tints of Summer Sky #24C0EB
RGB
CMYK
RGB Variations
Color information
#24C0EB (or 0x24C0EB) is known color: Summer Sky. HEX triplet: 24, C0 and EB. RGB value is (36,192,235). Sum of RGB (Red+Green+Blue) = 36+192+235=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #24C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C0EB is #DB3F14. Grayscale: #959595. Windows color (decimal): -14368533 or 15450148. OLE color: 15450148.
HSL color Cylindrical-coordinate representation of color #24C0EB: hue angle of 192.96º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24C0EB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 192 | 235 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.08 |
| HSL | 192.96º | 0.83% | 0.53% | - |
| HSV(B) | 192.96º | 0.85% | 0.92% | - |
| XYZ | 34.57 | 44.07 | 85.28 | - |
| YUV | 150.26 | 175.82 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 235 | 0.85 | 0.18 | 0 | 0.08 | 192.96 | 0.83 | 0.53 |
| Hex | 24 | C0 | EB | 55 | 12 | 0 | 8 | C1 | 53 | 35 |
| Octal | 44 | 300 | 353 | 125 | 22 | 0 | 10 | 301 | 123 | 65 |
| Binary | 100100 | 11000000 | 11101011 | 1010101 | 10010 | 0 | 1000 | 11000001 | 1010011 | 110101 |
Color Harmonies of #24C0EB
Complementary color
Monochromatic Colors of #24C0EB
Black with #24C0EB
Text Example
Text Example
White with #24C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C0EB; }
p { color: rgb(36,192,235); }
H1.HeaderClassName
{
color: #24C0EB;
}
.AnyTagClassName
{
color: #24C0EB;
}
</style>
background-color css
<style>
a { background-color: #24C0EB; }
a { background-color: rgb(36,192,235); }
div.DivClassName
{
background-color: #24C0EB;
}
.BgClassName
{
background-color: #24C0EB;
}
</style>
border-color css
<style>
span { border-color: #24C0EB; }
span { border-color: rgb(36,192,235); }
td.TdClassName
{
border-color: #24C0EB;
}
.TagClassName
{
border-color: #24C0EB;
}
</style>