Shades of Summer Sky #24BBDD
Tints of Summer Sky #24BBDD
RGB
CMYK
RGB Variations
Color information
#24BBDD (or 0x24BBDD) is known color: Summer Sky. HEX triplet: 24, BB and DD. RGB value is (36,187,221). Sum of RGB (Red+Green+Blue) = 36+187+221=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #24BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BBDD is #DB4422. Grayscale: #919191. Windows color (decimal): -14369827 or 14531364. OLE color: 14531364.
HSL color Cylindrical-coordinate representation of color #24BBDD: hue angle of 191.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24BBDD is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 187 | 221 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.13 |
| HSL | 191.03º | 0.73% | 0.5% | - |
| HSV(B) | 191.03º | 0.84% | 0.87% | - |
| XYZ | 31.55 | 41.14 | 74.68 | - |
| YUV | 145.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 221 | 0.84 | 0.15 | 0 | 0.13 | 191.03 | 0.73 | 0.5 |
| Hex | 24 | BB | DD | 54 | F | 0 | D | BF | 49 | 32 |
| Octal | 44 | 273 | 335 | 124 | 17 | 0 | 15 | 277 | 111 | 62 |
| Binary | 100100 | 10111011 | 11011101 | 1010100 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110010 |
Color Harmonies of #24BBDD
Complementary color
Monochromatic Colors of #24BBDD
Black with #24BBDD
Text Example
Text Example
White with #24BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBDD; }
p { color: rgb(36,187,221); }
H1.HeaderClassName
{
color: #24BBDD;
}
.AnyTagClassName
{
color: #24BBDD;
}
</style>
background-color css
<style>
a { background-color: #24BBDD; }
a { background-color: rgb(36,187,221); }
div.DivClassName
{
background-color: #24BBDD;
}
.BgClassName
{
background-color: #24BBDD;
}
</style>
border-color css
<style>
span { border-color: #24BBDD; }
span { border-color: rgb(36,187,221); }
td.TdClassName
{
border-color: #24BBDD;
}
.TagClassName
{
border-color: #24BBDD;
}
</style>