Shades of Summer Sky #24BDF4
Tints of Summer Sky #24BDF4
RGB
CMYK
RGB Variations
Color information
#24BDF4 (or 0x24BDF4) is known color: Summer Sky. HEX triplet: 24, BD and F4. RGB value is (36,189,244). Sum of RGB (Red+Green+Blue) = 36+189+244=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #24BDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BDF4 is #DB420B. Grayscale: #959595. Windows color (decimal): -14369292 or 16039204. OLE color: 16039204.
HSL color Cylindrical-coordinate representation of color #24BDF4: hue angle of 195.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24BDF4 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 189 | 244 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.04 |
| HSL | 195.87º | 0.9% | 0.55% | - |
| HSV(B) | 195.87º | 0.85% | 0.96% | - |
| XYZ | 35.25 | 43.3 | 92.09 | - |
| YUV | 149.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 244 | 0.85 | 0.23 | 0 | 0.04 | 195.87 | 0.9 | 0.55 |
| Hex | 24 | BD | F4 | 55 | 17 | 0 | 4 | C4 | 5A | 37 |
| Octal | 44 | 275 | 364 | 125 | 27 | 0 | 4 | 304 | 132 | 67 |
| Binary | 100100 | 10111101 | 11110100 | 1010101 | 10111 | 0 | 100 | 11000100 | 1011010 | 110111 |
Color Harmonies of #24BDF4
Complementary color
Monochromatic Colors of #24BDF4
Black with #24BDF4
Text Example
Text Example
White with #24BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDF4; }
p { color: rgb(36,189,244); }
H1.HeaderClassName
{
color: #24BDF4;
}
.AnyTagClassName
{
color: #24BDF4;
}
</style>
background-color css
<style>
a { background-color: #24BDF4; }
a { background-color: rgb(36,189,244); }
div.DivClassName
{
background-color: #24BDF4;
}
.BgClassName
{
background-color: #24BDF4;
}
</style>
border-color css
<style>
span { border-color: #24BDF4; }
span { border-color: rgb(36,189,244); }
td.TdClassName
{
border-color: #24BDF4;
}
.TagClassName
{
border-color: #24BDF4;
}
</style>