Shades of Summer Sky #40C7EC
Tints of Summer Sky #40C7EC
RGB
CMYK
RGB Variations
Color information
#40C7EC (or 0x40C7EC) is known color: Summer Sky. HEX triplet: 40, C7 and EC. RGB value is (64,199,236). Sum of RGB (Red+Green+Blue) = 64+199+236=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #40C7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C7EC is #BF3813. Grayscale: #A2A2A2. Windows color (decimal): -12531732 or 15517504. OLE color: 15517504.
HSL color Cylindrical-coordinate representation of color #40C7EC: hue angle of 192.91º 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 #40C7EC is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 199 | 236 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.07 |
| HSL | 192.91º | 0.82% | 0.59% | - |
| HSV(B) | 192.91º | 0.73% | 0.93% | - |
| XYZ | 37.68 | 47.99 | 86.63 | - |
| YUV | 162.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 236 | 0.73 | 0.16 | 0 | 0.07 | 192.91 | 0.82 | 0.59 |
| Hex | 40 | C7 | EC | 49 | 10 | 0 | 7 | C1 | 52 | 3B |
| Octal | 100 | 307 | 354 | 111 | 20 | 0 | 7 | 301 | 122 | 73 |
| Binary | 1000000 | 11000111 | 11101100 | 1001001 | 10000 | 0 | 111 | 11000001 | 1010010 | 111011 |
Color Harmonies of #40C7EC
Complementary color
Monochromatic Colors of #40C7EC
Black with #40C7EC
Text Example
Text Example
White with #40C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C7EC; }
p { color: rgb(64,199,236); }
H1.HeaderClassName
{
color: #40C7EC;
}
.AnyTagClassName
{
color: #40C7EC;
}
</style>
background-color css
<style>
a { background-color: #40C7EC; }
a { background-color: rgb(64,199,236); }
div.DivClassName
{
background-color: #40C7EC;
}
.BgClassName
{
background-color: #40C7EC;
}
</style>
border-color css
<style>
span { border-color: #40C7EC; }
span { border-color: rgb(64,199,236); }
td.TdClassName
{
border-color: #40C7EC;
}
.TagClassName
{
border-color: #40C7EC;
}
</style>