Shades of Summer Sky #40AEEC
Tints of Summer Sky #40AEEC
RGB
CMYK
RGB Variations
Color information
#40AEEC (or 0x40AEEC) is known color: Summer Sky. HEX triplet: 40, AE and EC. RGB value is (64,174,236). Sum of RGB (Red+Green+Blue) = 64+174+236=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #40AEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEEC is #BF5113. Grayscale: #939393. Windows color (decimal): -12538132 or 15511104. OLE color: 15511104.
HSL color Cylindrical-coordinate representation of color #40AEEC: hue angle of 201.63º 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 #40AEEC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 174 | 236 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.07 |
| HSL | 201.63º | 0.82% | 0.59% | - |
| HSV(B) | 201.63º | 0.73% | 0.93% | - |
| XYZ | 32.39 | 37.42 | 84.87 | - |
| YUV | 148.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 236 | 0.73 | 0.26 | 0 | 0.07 | 201.63 | 0.82 | 0.59 |
| Hex | 40 | AE | EC | 49 | 1A | 0 | 7 | CA | 52 | 3B |
| Octal | 100 | 256 | 354 | 111 | 32 | 0 | 7 | 312 | 122 | 73 |
| Binary | 1000000 | 10101110 | 11101100 | 1001001 | 11010 | 0 | 111 | 11001010 | 1010010 | 111011 |
Color Harmonies of #40AEEC
Complementary color
Monochromatic Colors of #40AEEC
Black with #40AEEC
Text Example
Text Example
White with #40AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEEC; }
p { color: rgb(64,174,236); }
H1.HeaderClassName
{
color: #40AEEC;
}
.AnyTagClassName
{
color: #40AEEC;
}
</style>
background-color css
<style>
a { background-color: #40AEEC; }
a { background-color: rgb(64,174,236); }
div.DivClassName
{
background-color: #40AEEC;
}
.BgClassName
{
background-color: #40AEEC;
}
</style>
border-color css
<style>
span { border-color: #40AEEC; }
span { border-color: rgb(64,174,236); }
td.TdClassName
{
border-color: #40AEEC;
}
.TagClassName
{
border-color: #40AEEC;
}
</style>