Shades of Summer Sky #24ADDB
Tints of Summer Sky #24ADDB
RGB
CMYK
RGB Variations
Color information
#24ADDB (or 0x24ADDB) is known color: Summer Sky. HEX triplet: 24, AD and DB. RGB value is (36,173,219). Sum of RGB (Red+Green+Blue) = 36+173+219=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #24ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ADDB is #DB5224. Grayscale: #888888. Windows color (decimal): -14373413 or 14396708. OLE color: 14396708.
HSL color Cylindrical-coordinate representation of color #24ADDB: hue angle of 195.08º 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 #24ADDB is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 173 | 219 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.14 |
| HSL | 195.08º | 0.72% | 0.5% | - |
| HSV(B) | 195.08º | 0.84% | 0.86% | - |
| XYZ | 28.46 | 35.38 | 72.35 | - |
| YUV | 137.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 173 | 219 | 0.84 | 0.21 | 0 | 0.14 | 195.08 | 0.72 | 0.5 |
| Hex | 24 | AD | DB | 54 | 15 | 0 | E | C3 | 48 | 32 |
| Octal | 44 | 255 | 333 | 124 | 25 | 0 | 16 | 303 | 110 | 62 |
| Binary | 100100 | 10101101 | 11011011 | 1010100 | 10101 | 0 | 1110 | 11000011 | 1001000 | 110010 |
Color Harmonies of #24ADDB
Complementary color
Monochromatic Colors of #24ADDB
Black with #24ADDB
Text Example
Text Example
White with #24ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ADDB; }
p { color: rgb(36,173,219); }
H1.HeaderClassName
{
color: #24ADDB;
}
.AnyTagClassName
{
color: #24ADDB;
}
</style>
background-color css
<style>
a { background-color: #24ADDB; }
a { background-color: rgb(36,173,219); }
div.DivClassName
{
background-color: #24ADDB;
}
.BgClassName
{
background-color: #24ADDB;
}
</style>
border-color css
<style>
span { border-color: #24ADDB; }
span { border-color: rgb(36,173,219); }
td.TdClassName
{
border-color: #24ADDB;
}
.TagClassName
{
border-color: #24ADDB;
}
</style>