Shades of Summer Sky #24ACDB
Tints of Summer Sky #24ACDB
RGB
CMYK
RGB Variations
Color information
#24ACDB (or 0x24ACDB) is known color: Summer Sky. HEX triplet: 24, AC and DB. RGB value is (36,172,219). Sum of RGB (Red+Green+Blue) = 36+172+219=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #24ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ACDB is #DB5324. Grayscale: #888888. Windows color (decimal): -14373669 or 14396452. OLE color: 14396452.
HSL color Cylindrical-coordinate representation of color #24ACDB: hue angle of 195.41º 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 #24ACDB is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 172 | 219 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.14 |
| HSL | 195.41º | 0.72% | 0.5% | - |
| HSV(B) | 195.41º | 0.84% | 0.86% | - |
| XYZ | 28.27 | 34.99 | 72.28 | - |
| YUV | 136.69 | 174.44 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 172 | 219 | 0.84 | 0.21 | 0 | 0.14 | 195.41 | 0.72 | 0.5 |
| Hex | 24 | AC | DB | 54 | 15 | 0 | E | C3 | 48 | 32 |
| Octal | 44 | 254 | 333 | 124 | 25 | 0 | 16 | 303 | 110 | 62 |
| Binary | 100100 | 10101100 | 11011011 | 1010100 | 10101 | 0 | 1110 | 11000011 | 1001000 | 110010 |
Color Harmonies of #24ACDB
Complementary color
Monochromatic Colors of #24ACDB
Black with #24ACDB
Text Example
Text Example
White with #24ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ACDB; }
p { color: rgb(36,172,219); }
H1.HeaderClassName
{
color: #24ACDB;
}
.AnyTagClassName
{
color: #24ACDB;
}
</style>
background-color css
<style>
a { background-color: #24ACDB; }
a { background-color: rgb(36,172,219); }
div.DivClassName
{
background-color: #24ACDB;
}
.BgClassName
{
background-color: #24ACDB;
}
</style>
border-color css
<style>
span { border-color: #24ACDB; }
span { border-color: rgb(36,172,219); }
td.TdClassName
{
border-color: #24ACDB;
}
.TagClassName
{
border-color: #24ACDB;
}
</style>