Shades of Summer Sky #40AEEB
Tints of Summer Sky #40AEEB
RGB
CMYK
RGB Variations
Color information
#40AEEB (or 0x40AEEB) is known color: Summer Sky. HEX triplet: 40, AE and EB. RGB value is (64,174,235). Sum of RGB (Red+Green+Blue) = 64+174+235=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #40AEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEEB is #BF5114. Grayscale: #939393. Windows color (decimal): -12538133 or 15445568. OLE color: 15445568.
HSL color Cylindrical-coordinate representation of color #40AEEB: hue angle of 201.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AEEB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 174 | 235 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.08 |
| HSL | 201.4º | 0.81% | 0.59% | - |
| HSV(B) | 201.4º | 0.73% | 0.92% | - |
| XYZ | 32.25 | 37.36 | 84.11 | - |
| YUV | 148.06 | 177.06 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 235 | 0.73 | 0.26 | 0 | 0.08 | 201.4 | 0.81 | 0.59 |
| Hex | 40 | AE | EB | 49 | 1A | 0 | 8 | C9 | 51 | 3B |
| Octal | 100 | 256 | 353 | 111 | 32 | 0 | 10 | 311 | 121 | 73 |
| Binary | 1000000 | 10101110 | 11101011 | 1001001 | 11010 | 0 | 1000 | 11001001 | 1010001 | 111011 |
Color Harmonies of #40AEEB
Complementary color
Monochromatic Colors of #40AEEB
Black with #40AEEB
Text Example
Text Example
White with #40AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEEB; }
p { color: rgb(64,174,235); }
H1.HeaderClassName
{
color: #40AEEB;
}
.AnyTagClassName
{
color: #40AEEB;
}
</style>
background-color css
<style>
a { background-color: #40AEEB; }
a { background-color: rgb(64,174,235); }
div.DivClassName
{
background-color: #40AEEB;
}
.BgClassName
{
background-color: #40AEEB;
}
</style>
border-color css
<style>
span { border-color: #40AEEB; }
span { border-color: rgb(64,174,235); }
td.TdClassName
{
border-color: #40AEEB;
}
.TagClassName
{
border-color: #40AEEB;
}
</style>