Shades of Summer Sky #4096EC
Tints of Summer Sky #4096EC
RGB
CMYK
RGB Variations
Color information
#4096EC (or 0x4096EC) is known color: Summer Sky. HEX triplet: 40, 96 and EC. RGB value is (64,150,236). Sum of RGB (Red+Green+Blue) = 64+150+236=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #4096EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4096EC is #BF6913. Grayscale: #858585. Windows color (decimal): -12544276 or 15504960. OLE color: 15504960.
HSL color Cylindrical-coordinate representation of color #4096EC: hue angle of 210º 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 #4096EC is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 150 | 236 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.07 |
| HSL | 210º | 0.82% | 0.59% | - |
| HSV(B) | 210º | 0.73% | 0.93% | - |
| XYZ | 28.16 | 28.96 | 83.46 | - |
| YUV | 134.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 236 | 0.73 | 0.36 | 0 | 0.07 | 210 | 0.82 | 0.59 |
| Hex | 40 | 96 | EC | 49 | 24 | 0 | 7 | D2 | 52 | 3B |
| Octal | 100 | 226 | 354 | 111 | 44 | 0 | 7 | 322 | 122 | 73 |
| Binary | 1000000 | 10010110 | 11101100 | 1001001 | 100100 | 0 | 111 | 11010010 | 1010010 | 111011 |
Color Harmonies of #4096EC
Complementary color
Monochromatic Colors of #4096EC
Black with #4096EC
Text Example
Text Example
White with #4096EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4096EC; }
p { color: rgb(64,150,236); }
H1.HeaderClassName
{
color: #4096EC;
}
.AnyTagClassName
{
color: #4096EC;
}
</style>
background-color css
<style>
a { background-color: #4096EC; }
a { background-color: rgb(64,150,236); }
div.DivClassName
{
background-color: #4096EC;
}
.BgClassName
{
background-color: #4096EC;
}
</style>
border-color css
<style>
span { border-color: #4096EC; }
span { border-color: rgb(64,150,236); }
td.TdClassName
{
border-color: #4096EC;
}
.TagClassName
{
border-color: #4096EC;
}
</style>