Shades of Summer Sky #40AAEF
Tints of Summer Sky #40AAEF
RGB
CMYK
RGB Variations
Color information
#40AAEF (or 0x40AAEF) is known color: Summer Sky. HEX triplet: 40, AA and EF. RGB value is (64,170,239). Sum of RGB (Red+Green+Blue) = 64+170+239=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #40AAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAEF is #BF5510. Grayscale: #919191. Windows color (decimal): -12539153 or 15706688. OLE color: 15706688.
HSL color Cylindrical-coordinate representation of color #40AAEF: hue angle of 203.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AAEF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 170 | 239 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.06 |
| HSL | 203.66º | 0.85% | 0.59% | - |
| HSV(B) | 203.66º | 0.73% | 0.94% | - |
| XYZ | 32.07 | 36.07 | 86.93 | - |
| YUV | 146.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 239 | 0.73 | 0.29 | 0 | 0.06 | 203.66 | 0.85 | 0.59 |
| Hex | 40 | AA | EF | 49 | 1D | 0 | 6 | CC | 55 | 3B |
| Octal | 100 | 252 | 357 | 111 | 35 | 0 | 6 | 314 | 125 | 73 |
| Binary | 1000000 | 10101010 | 11101111 | 1001001 | 11101 | 0 | 110 | 11001100 | 1010101 | 111011 |
Color Harmonies of #40AAEF
Complementary color
Monochromatic Colors of #40AAEF
Black with #40AAEF
Text Example
Text Example
White with #40AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAEF; }
p { color: rgb(64,170,239); }
H1.HeaderClassName
{
color: #40AAEF;
}
.AnyTagClassName
{
color: #40AAEF;
}
</style>
background-color css
<style>
a { background-color: #40AAEF; }
a { background-color: rgb(64,170,239); }
div.DivClassName
{
background-color: #40AAEF;
}
.BgClassName
{
background-color: #40AAEF;
}
</style>
border-color css
<style>
span { border-color: #40AAEF; }
span { border-color: rgb(64,170,239); }
td.TdClassName
{
border-color: #40AAEF;
}
.TagClassName
{
border-color: #40AAEF;
}
</style>