Shades of Summer Sky #40A9EF
Tints of Summer Sky #40A9EF
RGB
CMYK
RGB Variations
Color information
#40A9EF (or 0x40A9EF) is known color: Summer Sky. HEX triplet: 40, A9 and EF. RGB value is (64,169,239). Sum of RGB (Red+Green+Blue) = 64+169+239=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #40A9EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A9EF is #BF5610. Grayscale: #919191. Windows color (decimal): -12539409 or 15706432. OLE color: 15706432.
HSL color Cylindrical-coordinate representation of color #40A9EF: hue angle of 204º 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 #40A9EF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 169 | 239 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.06 |
| HSL | 204º | 0.85% | 0.59% | - |
| HSV(B) | 204º | 0.73% | 0.94% | - |
| XYZ | 31.88 | 35.7 | 86.87 | - |
| YUV | 145.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 239 | 0.73 | 0.29 | 0 | 0.06 | 204 | 0.85 | 0.59 |
| Hex | 40 | A9 | EF | 49 | 1D | 0 | 6 | CC | 55 | 3B |
| Octal | 100 | 251 | 357 | 111 | 35 | 0 | 6 | 314 | 125 | 73 |
| Binary | 1000000 | 10101001 | 11101111 | 1001001 | 11101 | 0 | 110 | 11001100 | 1010101 | 111011 |
Color Harmonies of #40A9EF
Complementary color
Monochromatic Colors of #40A9EF
Black with #40A9EF
Text Example
Text Example
White with #40A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A9EF; }
p { color: rgb(64,169,239); }
H1.HeaderClassName
{
color: #40A9EF;
}
.AnyTagClassName
{
color: #40A9EF;
}
</style>
background-color css
<style>
a { background-color: #40A9EF; }
a { background-color: rgb(64,169,239); }
div.DivClassName
{
background-color: #40A9EF;
}
.BgClassName
{
background-color: #40A9EF;
}
</style>
border-color css
<style>
span { border-color: #40A9EF; }
span { border-color: rgb(64,169,239); }
td.TdClassName
{
border-color: #40A9EF;
}
.TagClassName
{
border-color: #40A9EF;
}
</style>