Shades of Summer Sky #40A7EE
Tints of Summer Sky #40A7EE
RGB
CMYK
RGB Variations
Color information
#40A7EE (or 0x40A7EE) is known color: Summer Sky. HEX triplet: 40, A7 and EE. RGB value is (64,167,238). Sum of RGB (Red+Green+Blue) = 64+167+238=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #40A7EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A7EE is #BF5811. Grayscale: #8F8F8F. Windows color (decimal): -12539922 or 15640384. OLE color: 15640384.
HSL color Cylindrical-coordinate representation of color #40A7EE: hue angle of 204.48º degrees, saturation: 0.84, 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 #40A7EE is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 167 | 238 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.07 |
| HSL | 204.48º | 0.84% | 0.59% | - |
| HSV(B) | 204.48º | 0.73% | 0.93% | - |
| XYZ | 31.37 | 34.9 | 85.97 | - |
| YUV | 144.3 | 180.88 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 238 | 0.73 | 0.30 | 0 | 0.07 | 204.48 | 0.84 | 0.59 |
| Hex | 40 | A7 | EE | 49 | 1E | 0 | 7 | CC | 54 | 3B |
| Octal | 100 | 247 | 356 | 111 | 36 | 0 | 7 | 314 | 124 | 73 |
| Binary | 1000000 | 10100111 | 11101110 | 1001001 | 11110 | 0 | 111 | 11001100 | 1010100 | 111011 |
Color Harmonies of #40A7EE
Complementary color
Monochromatic Colors of #40A7EE
Black with #40A7EE
Text Example
Text Example
White with #40A7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A7EE; }
p { color: rgb(64,167,238); }
H1.HeaderClassName
{
color: #40A7EE;
}
.AnyTagClassName
{
color: #40A7EE;
}
</style>
background-color css
<style>
a { background-color: #40A7EE; }
a { background-color: rgb(64,167,238); }
div.DivClassName
{
background-color: #40A7EE;
}
.BgClassName
{
background-color: #40A7EE;
}
</style>
border-color css
<style>
span { border-color: #40A7EE; }
span { border-color: rgb(64,167,238); }
td.TdClassName
{
border-color: #40A7EE;
}
.TagClassName
{
border-color: #40A7EE;
}
</style>