Shades of Summer Sky #40A4EC
Tints of Summer Sky #40A4EC
RGB
CMYK
RGB Variations
Color information
#40A4EC (or 0x40A4EC) is known color: Summer Sky. HEX triplet: 40, A4 and EC. RGB value is (64,164,236). Sum of RGB (Red+Green+Blue) = 64+164+236=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #40A4EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4EC is #BF5B13. Grayscale: #8D8D8D. Windows color (decimal): -12540692 or 15508544. OLE color: 15508544.
HSL color Cylindrical-coordinate representation of color #40A4EC: hue angle of 205.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40A4EC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 164 | 236 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.07 |
| HSL | 205.12º | 0.82% | 0.59% | - |
| HSV(B) | 205.12º | 0.73% | 0.93% | - |
| XYZ | 30.53 | 33.7 | 84.25 | - |
| YUV | 142.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 236 | 0.73 | 0.31 | 0 | 0.07 | 205.12 | 0.82 | 0.59 |
| Hex | 40 | A4 | EC | 49 | 1F | 0 | 7 | CD | 52 | 3B |
| Octal | 100 | 244 | 354 | 111 | 37 | 0 | 7 | 315 | 122 | 73 |
| Binary | 1000000 | 10100100 | 11101100 | 1001001 | 11111 | 0 | 111 | 11001101 | 1010010 | 111011 |
Color Harmonies of #40A4EC
Complementary color
Monochromatic Colors of #40A4EC
Black with #40A4EC
Text Example
Text Example
White with #40A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4EC; }
p { color: rgb(64,164,236); }
H1.HeaderClassName
{
color: #40A4EC;
}
.AnyTagClassName
{
color: #40A4EC;
}
</style>
background-color css
<style>
a { background-color: #40A4EC; }
a { background-color: rgb(64,164,236); }
div.DivClassName
{
background-color: #40A4EC;
}
.BgClassName
{
background-color: #40A4EC;
}
</style>
border-color css
<style>
span { border-color: #40A4EC; }
span { border-color: rgb(64,164,236); }
td.TdClassName
{
border-color: #40A4EC;
}
.TagClassName
{
border-color: #40A4EC;
}
</style>