Shades of Summer Sky #24BACF
Tints of Summer Sky #24BACF
RGB
CMYK
RGB Variations
Color information
#24BACF (or 0x24BACF) is known color: Summer Sky. HEX triplet: 24, BA and CF. RGB value is (36,186,207). Sum of RGB (Red+Green+Blue) = 36+186+207=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #24BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BACF is #DB4530. Grayscale: #8F8F8F. Windows color (decimal): -14370097 or 13613604. OLE color: 13613604.
HSL color Cylindrical-coordinate representation of color #24BACF: hue angle of 187.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BACF is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 186 | 207 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.19 |
| HSL | 187.37º | 0.7% | 0.48% | - |
| HSV(B) | 187.37º | 0.83% | 0.81% | - |
| XYZ | 29.55 | 40 | 65.19 | - |
| YUV | 143.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 207 | 0.83 | 0.10 | 0 | 0.19 | 187.37 | 0.7 | 0.48 |
| Hex | 24 | BA | CF | 53 | A | 0 | 13 | BB | 46 | 30 |
| Octal | 44 | 272 | 317 | 123 | 12 | 0 | 23 | 273 | 106 | 60 |
| Binary | 100100 | 10111010 | 11001111 | 1010011 | 1010 | 0 | 10011 | 10111011 | 1000110 | 110000 |
Color Harmonies of #24BACF
Complementary color
Monochromatic Colors of #24BACF
Black with #24BACF
Text Example
Text Example
White with #24BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BACF; }
p { color: rgb(36,186,207); }
H1.HeaderClassName
{
color: #24BACF;
}
.AnyTagClassName
{
color: #24BACF;
}
</style>
background-color css
<style>
a { background-color: #24BACF; }
a { background-color: rgb(36,186,207); }
div.DivClassName
{
background-color: #24BACF;
}
.BgClassName
{
background-color: #24BACF;
}
</style>
border-color css
<style>
span { border-color: #24BACF; }
span { border-color: rgb(36,186,207); }
td.TdClassName
{
border-color: #24BACF;
}
.TagClassName
{
border-color: #24BACF;
}
</style>