Shades of Summer Sky #24BDDB
Tints of Summer Sky #24BDDB
RGB
CMYK
RGB Variations
Color information
#24BDDB (or 0x24BDDB) is known color: Summer Sky. HEX triplet: 24, BD and DB. RGB value is (36,189,219). Sum of RGB (Red+Green+Blue) = 36+189+219=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #24BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDDB is #DB4224. Grayscale: #929292. Windows color (decimal): -14369317 or 14400804. OLE color: 14400804.
HSL color Cylindrical-coordinate representation of color #24BDDB: hue angle of 189.84º 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 #24BDDB is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 189 | 219 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.14 |
| HSL | 189.84º | 0.72% | 0.5% | - |
| HSV(B) | 189.84º | 0.84% | 0.86% | - |
| XYZ | 31.71 | 41.88 | 73.43 | - |
| YUV | 146.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 219 | 0.84 | 0.14 | 0 | 0.14 | 189.84 | 0.72 | 0.5 |
| Hex | 24 | BD | DB | 54 | E | 0 | E | BE | 48 | 32 |
| Octal | 44 | 275 | 333 | 124 | 16 | 0 | 16 | 276 | 110 | 62 |
| Binary | 100100 | 10111101 | 11011011 | 1010100 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110010 |
Color Harmonies of #24BDDB
Complementary color
Monochromatic Colors of #24BDDB
Black with #24BDDB
Text Example
Text Example
White with #24BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDDB; }
p { color: rgb(36,189,219); }
H1.HeaderClassName
{
color: #24BDDB;
}
.AnyTagClassName
{
color: #24BDDB;
}
</style>
background-color css
<style>
a { background-color: #24BDDB; }
a { background-color: rgb(36,189,219); }
div.DivClassName
{
background-color: #24BDDB;
}
.BgClassName
{
background-color: #24BDDB;
}
</style>
border-color css
<style>
span { border-color: #24BDDB; }
span { border-color: rgb(36,189,219); }
td.TdClassName
{
border-color: #24BDDB;
}
.TagClassName
{
border-color: #24BDDB;
}
</style>