Shades of Summer Sky #24B2DB
Tints of Summer Sky #24B2DB
RGB
CMYK
RGB Variations
Color information
#24B2DB (or 0x24B2DB) is known color: Summer Sky. HEX triplet: 24, B2 and DB. RGB value is (36,178,219). Sum of RGB (Red+Green+Blue) = 36+178+219=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #24B2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B2DB is #DB4D24. Grayscale: #8B8B8B. Windows color (decimal): -14372133 or 14397988. OLE color: 14397988.
HSL color Cylindrical-coordinate representation of color #24B2DB: hue angle of 193.44º 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 #24B2DB is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 178 | 219 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.14 |
| HSL | 193.44º | 0.72% | 0.5% | - |
| HSV(B) | 193.44º | 0.84% | 0.86% | - |
| XYZ | 29.43 | 37.33 | 72.67 | - |
| YUV | 140.22 | 172.46 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 219 | 0.84 | 0.19 | 0 | 0.14 | 193.44 | 0.72 | 0.5 |
| Hex | 24 | B2 | DB | 54 | 13 | 0 | E | C1 | 48 | 32 |
| Octal | 44 | 262 | 333 | 124 | 23 | 0 | 16 | 301 | 110 | 62 |
| Binary | 100100 | 10110010 | 11011011 | 1010100 | 10011 | 0 | 1110 | 11000001 | 1001000 | 110010 |
Color Harmonies of #24B2DB
Complementary color
Monochromatic Colors of #24B2DB
Black with #24B2DB
Text Example
Text Example
White with #24B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B2DB; }
p { color: rgb(36,178,219); }
H1.HeaderClassName
{
color: #24B2DB;
}
.AnyTagClassName
{
color: #24B2DB;
}
</style>
background-color css
<style>
a { background-color: #24B2DB; }
a { background-color: rgb(36,178,219); }
div.DivClassName
{
background-color: #24B2DB;
}
.BgClassName
{
background-color: #24B2DB;
}
</style>
border-color css
<style>
span { border-color: #24B2DB; }
span { border-color: rgb(36,178,219); }
td.TdClassName
{
border-color: #24B2DB;
}
.TagClassName
{
border-color: #24B2DB;
}
</style>