Shades of Summer Sky #40AEFC
Tints of Summer Sky #40AEFC
RGB
CMYK
RGB Variations
Color information
#40AEFC (or 0x40AEFC) is known color: Summer Sky. HEX triplet: 40, AE and FC. RGB value is (64,174,252). Sum of RGB (Red+Green+Blue) = 64+174+252=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #40AEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEFC is #BF5103. Grayscale: #959595. Windows color (decimal): -12538116 or 16559680. OLE color: 16559680.
HSL color Cylindrical-coordinate representation of color #40AEFC: hue angle of 204.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AEFC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 174 | 252 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.01 |
| HSL | 204.89º | 0.97% | 0.62% | - |
| HSV(B) | 204.89º | 0.75% | 0.99% | - |
| XYZ | 34.82 | 38.39 | 97.67 | - |
| YUV | 150 | 185.56 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 252 | 0.75 | 0.31 | 0 | 0.01 | 204.89 | 0.97 | 0.62 |
| Hex | 40 | AE | FC | 4B | 1F | 0 | 1 | CD | 61 | 3E |
| Octal | 100 | 256 | 374 | 113 | 37 | 0 | 1 | 315 | 141 | 76 |
| Binary | 1000000 | 10101110 | 11111100 | 1001011 | 11111 | 0 | 1 | 11001101 | 1100001 | 111110 |
Color Harmonies of #40AEFC
Complementary color
Monochromatic Colors of #40AEFC
Black with #40AEFC
Text Example
Text Example
White with #40AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEFC; }
p { color: rgb(64,174,252); }
H1.HeaderClassName
{
color: #40AEFC;
}
.AnyTagClassName
{
color: #40AEFC;
}
</style>
background-color css
<style>
a { background-color: #40AEFC; }
a { background-color: rgb(64,174,252); }
div.DivClassName
{
background-color: #40AEFC;
}
.BgClassName
{
background-color: #40AEFC;
}
</style>
border-color css
<style>
span { border-color: #40AEFC; }
span { border-color: rgb(64,174,252); }
td.TdClassName
{
border-color: #40AEFC;
}
.TagClassName
{
border-color: #40AEFC;
}
</style>