Shades of Summer Sky #40A8FE
Tints of Summer Sky #40A8FE
RGB
CMYK
RGB Variations
Color information
#40A8FE (or 0x40A8FE) is known color: Summer Sky. HEX triplet: 40, A8 and FE. RGB value is (64,168,254). Sum of RGB (Red+Green+Blue) = 64+168+254=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #40A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A8FE is #BF5701. Grayscale: #929292. Windows color (decimal): -12539650 or 16689216. OLE color: 16689216.
HSL color Cylindrical-coordinate representation of color #40A8FE: hue angle of 207.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A8FE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 168 | 254 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.00 |
| HSL | 207.16º | 0.99% | 0.62% | - |
| HSV(B) | 207.16º | 0.75% | 1% | - |
| XYZ | 34.01 | 36.25 | 98.97 | - |
| YUV | 146.71 | 188.54 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 254 | 0.75 | 0.34 | 0 | 0.00 | 207.16 | 0.99 | 0.62 |
| Hex | 40 | A8 | FE | 4B | 22 | 0 | 0 | CF | 63 | 3E |
| Octal | 100 | 250 | 376 | 113 | 42 | 0 | 0 | 317 | 143 | 76 |
| Binary | 1000000 | 10101000 | 11111110 | 1001011 | 100010 | 0 | 0 | 11001111 | 1100011 | 111110 |
Color Harmonies of #40A8FE
Complementary color
Monochromatic Colors of #40A8FE
Black with #40A8FE
Text Example
Text Example
White with #40A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8FE; }
p { color: rgb(64,168,254); }
H1.HeaderClassName
{
color: #40A8FE;
}
.AnyTagClassName
{
color: #40A8FE;
}
</style>
background-color css
<style>
a { background-color: #40A8FE; }
a { background-color: rgb(64,168,254); }
div.DivClassName
{
background-color: #40A8FE;
}
.BgClassName
{
background-color: #40A8FE;
}
</style>
border-color css
<style>
span { border-color: #40A8FE; }
span { border-color: rgb(64,168,254); }
td.TdClassName
{
border-color: #40A8FE;
}
.TagClassName
{
border-color: #40A8FE;
}
</style>