Shades of Summer Sky #40A2EF
Tints of Summer Sky #40A2EF
RGB
CMYK
RGB Variations
Color information
#40A2EF (or 0x40A2EF) is known color: Summer Sky. HEX triplet: 40, A2 and EF. RGB value is (64,162,239). Sum of RGB (Red+Green+Blue) = 64+162+239=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #40A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A2EF is #BF5D10. Grayscale: #8D8D8D. Windows color (decimal): -12541201 or 15704640. OLE color: 15704640.
HSL color Cylindrical-coordinate representation of color #40A2EF: hue angle of 206.4º 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 #40A2EF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 162 | 239 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.06 |
| HSL | 206.4º | 0.85% | 0.59% | - |
| HSV(B) | 206.4º | 0.73% | 0.94% | - |
| XYZ | 30.61 | 33.16 | 86.45 | - |
| YUV | 141.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 239 | 0.73 | 0.32 | 0 | 0.06 | 206.4 | 0.85 | 0.59 |
| Hex | 40 | A2 | EF | 49 | 20 | 0 | 6 | CE | 55 | 3B |
| Octal | 100 | 242 | 357 | 111 | 40 | 0 | 6 | 316 | 125 | 73 |
| Binary | 1000000 | 10100010 | 11101111 | 1001001 | 100000 | 0 | 110 | 11001110 | 1010101 | 111011 |
Color Harmonies of #40A2EF
Complementary color
Monochromatic Colors of #40A2EF
Black with #40A2EF
Text Example
Text Example
White with #40A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A2EF; }
p { color: rgb(64,162,239); }
H1.HeaderClassName
{
color: #40A2EF;
}
.AnyTagClassName
{
color: #40A2EF;
}
</style>
background-color css
<style>
a { background-color: #40A2EF; }
a { background-color: rgb(64,162,239); }
div.DivClassName
{
background-color: #40A2EF;
}
.BgClassName
{
background-color: #40A2EF;
}
</style>
border-color css
<style>
span { border-color: #40A2EF; }
span { border-color: rgb(64,162,239); }
td.TdClassName
{
border-color: #40A2EF;
}
.TagClassName
{
border-color: #40A2EF;
}
</style>