Shades of Summer Sky #40AAEC
Tints of Summer Sky #40AAEC
RGB
CMYK
RGB Variations
Color information
#40AAEC (or 0x40AAEC) is known color: Summer Sky. HEX triplet: 40, AA and EC. RGB value is (64,170,236). Sum of RGB (Red+Green+Blue) = 64+170+236=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #40AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAEC is #BF5513. Grayscale: #919191. Windows color (decimal): -12539156 or 15510080. OLE color: 15510080.
HSL color Cylindrical-coordinate representation of color #40AAEC: hue angle of 203.02º 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 #40AAEC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 170 | 236 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.07 |
| HSL | 203.02º | 0.82% | 0.59% | - |
| HSV(B) | 203.02º | 0.73% | 0.93% | - |
| XYZ | 31.63 | 35.9 | 84.62 | - |
| YUV | 145.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 236 | 0.73 | 0.28 | 0 | 0.07 | 203.02 | 0.82 | 0.59 |
| Hex | 40 | AA | EC | 49 | 1C | 0 | 7 | CB | 52 | 3B |
| Octal | 100 | 252 | 354 | 111 | 34 | 0 | 7 | 313 | 122 | 73 |
| Binary | 1000000 | 10101010 | 11101100 | 1001001 | 11100 | 0 | 111 | 11001011 | 1010010 | 111011 |
Color Harmonies of #40AAEC
Complementary color
Monochromatic Colors of #40AAEC
Black with #40AAEC
Text Example
Text Example
White with #40AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAEC; }
p { color: rgb(64,170,236); }
H1.HeaderClassName
{
color: #40AAEC;
}
.AnyTagClassName
{
color: #40AAEC;
}
</style>
background-color css
<style>
a { background-color: #40AAEC; }
a { background-color: rgb(64,170,236); }
div.DivClassName
{
background-color: #40AAEC;
}
.BgClassName
{
background-color: #40AAEC;
}
</style>
border-color css
<style>
span { border-color: #40AAEC; }
span { border-color: rgb(64,170,236); }
td.TdClassName
{
border-color: #40AAEC;
}
.TagClassName
{
border-color: #40AAEC;
}
</style>