Shades of Summer Sky #40AEF0
Tints of Summer Sky #40AEF0
RGB
CMYK
RGB Variations
Color information
#40AEF0 (or 0x40AEF0) is known color: Summer Sky. HEX triplet: 40, AE and F0. RGB value is (64,174,240). Sum of RGB (Red+Green+Blue) = 64+174+240=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #40AEF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEF0 is #BF510F. Grayscale: #949494. Windows color (decimal): -12538128 or 15773248. OLE color: 15773248.
HSL color Cylindrical-coordinate representation of color #40AEF0: hue angle of 202.5º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AEF0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 174 | 240 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.06 |
| HSL | 202.5º | 0.85% | 0.6% | - |
| HSV(B) | 202.5º | 0.73% | 0.94% | - |
| XYZ | 32.98 | 37.65 | 87.97 | - |
| YUV | 148.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 240 | 0.73 | 0.28 | 0 | 0.06 | 202.5 | 0.85 | 0.6 |
| Hex | 40 | AE | F0 | 49 | 1C | 0 | 6 | CA | 55 | 3C |
| Octal | 100 | 256 | 360 | 111 | 34 | 0 | 6 | 312 | 125 | 74 |
| Binary | 1000000 | 10101110 | 11110000 | 1001001 | 11100 | 0 | 110 | 11001010 | 1010101 | 111100 |
Color Harmonies of #40AEF0
Complementary color
Monochromatic Colors of #40AEF0
Black with #40AEF0
Text Example
Text Example
White with #40AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEF0; }
p { color: rgb(64,174,240); }
H1.HeaderClassName
{
color: #40AEF0;
}
.AnyTagClassName
{
color: #40AEF0;
}
</style>
background-color css
<style>
a { background-color: #40AEF0; }
a { background-color: rgb(64,174,240); }
div.DivClassName
{
background-color: #40AEF0;
}
.BgClassName
{
background-color: #40AEF0;
}
</style>
border-color css
<style>
span { border-color: #40AEF0; }
span { border-color: rgb(64,174,240); }
td.TdClassName
{
border-color: #40AEF0;
}
.TagClassName
{
border-color: #40AEF0;
}
</style>