Shades of Summer Sky #24AFDB
Tints of Summer Sky #24AFDB
RGB
CMYK
RGB Variations
Color information
#24AFDB (or 0x24AFDB) is known color: Summer Sky. HEX triplet: 24, AF and DB. RGB value is (36,175,219). Sum of RGB (Red+Green+Blue) = 36+175+219=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #24AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AFDB is #DB5024. Grayscale: #8A8A8A. Windows color (decimal): -14372901 or 14397220. OLE color: 14397220.
HSL color Cylindrical-coordinate representation of color #24AFDB: hue angle of 194.43º 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 #24AFDB is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 175 | 219 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.14 |
| HSL | 194.43º | 0.72% | 0.5% | - |
| HSV(B) | 194.43º | 0.84% | 0.86% | - |
| XYZ | 28.84 | 36.15 | 72.48 | - |
| YUV | 138.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 175 | 219 | 0.84 | 0.20 | 0 | 0.14 | 194.43 | 0.72 | 0.5 |
| Hex | 24 | AF | DB | 54 | 14 | 0 | E | C2 | 48 | 32 |
| Octal | 44 | 257 | 333 | 124 | 24 | 0 | 16 | 302 | 110 | 62 |
| Binary | 100100 | 10101111 | 11011011 | 1010100 | 10100 | 0 | 1110 | 11000010 | 1001000 | 110010 |
Color Harmonies of #24AFDB
Complementary color
Monochromatic Colors of #24AFDB
Black with #24AFDB
Text Example
Text Example
White with #24AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AFDB; }
p { color: rgb(36,175,219); }
H1.HeaderClassName
{
color: #24AFDB;
}
.AnyTagClassName
{
color: #24AFDB;
}
</style>
background-color css
<style>
a { background-color: #24AFDB; }
a { background-color: rgb(36,175,219); }
div.DivClassName
{
background-color: #24AFDB;
}
.BgClassName
{
background-color: #24AFDB;
}
</style>
border-color css
<style>
span { border-color: #24AFDB; }
span { border-color: rgb(36,175,219); }
td.TdClassName
{
border-color: #24AFDB;
}
.TagClassName
{
border-color: #24AFDB;
}
</style>