Shades of Summer Sky #40AEFE
Tints of Summer Sky #40AEFE
RGB
CMYK
RGB Variations
Color information
#40AEFE (or 0x40AEFE) is known color: Summer Sky. HEX triplet: 40, AE and FE. RGB value is (64,174,254). Sum of RGB (Red+Green+Blue) = 64+174+254=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #40AEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEFE is #BF5101. Grayscale: #959595. Windows color (decimal): -12538114 or 16690752. OLE color: 16690752.
HSL color Cylindrical-coordinate representation of color #40AEFE: hue angle of 205.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AEFE is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 174 | 254 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.00 |
| HSL | 205.26º | 0.99% | 0.62% | - |
| HSV(B) | 205.26º | 0.75% | 1% | - |
| XYZ | 35.14 | 38.52 | 99.35 | - |
| YUV | 150.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 254 | 0.75 | 0.31 | 0 | 0.00 | 205.26 | 0.99 | 0.62 |
| Hex | 40 | AE | FE | 4B | 1F | 0 | 0 | CD | 63 | 3E |
| Octal | 100 | 256 | 376 | 113 | 37 | 0 | 0 | 315 | 143 | 76 |
| Binary | 1000000 | 10101110 | 11111110 | 1001011 | 11111 | 0 | 0 | 11001101 | 1100011 | 111110 |
Color Harmonies of #40AEFE
Complementary color
Monochromatic Colors of #40AEFE
Black with #40AEFE
Text Example
Text Example
White with #40AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEFE; }
p { color: rgb(64,174,254); }
H1.HeaderClassName
{
color: #40AEFE;
}
.AnyTagClassName
{
color: #40AEFE;
}
</style>
background-color css
<style>
a { background-color: #40AEFE; }
a { background-color: rgb(64,174,254); }
div.DivClassName
{
background-color: #40AEFE;
}
.BgClassName
{
background-color: #40AEFE;
}
</style>
border-color css
<style>
span { border-color: #40AEFE; }
span { border-color: rgb(64,174,254); }
td.TdClassName
{
border-color: #40AEFE;
}
.TagClassName
{
border-color: #40AEFE;
}
</style>