Shades of Summer Sky #24A0CF
Tints of Summer Sky #24A0CF
RGB
CMYK
RGB Variations
Color information
#24A0CF (or 0x24A0CF) is known color: Summer Sky. HEX triplet: 24, A0 and CF. RGB value is (36,160,207). Sum of RGB (Red+Green+Blue) = 36+160+207=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #24A0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A0CF is #DB5F30. Grayscale: #7F7F7F. Windows color (decimal): -14376753 or 13606948. OLE color: 13606948.
HSL color Cylindrical-coordinate representation of color #24A0CF: hue angle of 196.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24A0CF is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 160 | 207 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.19 |
| HSL | 196.49º | 0.7% | 0.48% | - |
| HSV(B) | 196.49º | 0.83% | 0.81% | - |
| XYZ | 24.56 | 30.02 | 63.53 | - |
| YUV | 128.28 | 172.42 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 207 | 0.83 | 0.23 | 0 | 0.19 | 196.49 | 0.7 | 0.48 |
| Hex | 24 | A0 | CF | 53 | 17 | 0 | 13 | C4 | 46 | 30 |
| Octal | 44 | 240 | 317 | 123 | 27 | 0 | 23 | 304 | 106 | 60 |
| Binary | 100100 | 10100000 | 11001111 | 1010011 | 10111 | 0 | 10011 | 11000100 | 1000110 | 110000 |
Color Harmonies of #24A0CF
Complementary color
Monochromatic Colors of #24A0CF
Black with #24A0CF
Text Example
Text Example
White with #24A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A0CF; }
p { color: rgb(36,160,207); }
H1.HeaderClassName
{
color: #24A0CF;
}
.AnyTagClassName
{
color: #24A0CF;
}
</style>
background-color css
<style>
a { background-color: #24A0CF; }
a { background-color: rgb(36,160,207); }
div.DivClassName
{
background-color: #24A0CF;
}
.BgClassName
{
background-color: #24A0CF;
}
</style>
border-color css
<style>
span { border-color: #24A0CF; }
span { border-color: rgb(36,160,207); }
td.TdClassName
{
border-color: #24A0CF;
}
.TagClassName
{
border-color: #24A0CF;
}
</style>