Shades of Summer Sky #40A6FE
Tints of Summer Sky #40A6FE
RGB
CMYK
RGB Variations
Color information
#40A6FE (or 0x40A6FE) is known color: Summer Sky. HEX triplet: 40, A6 and FE. RGB value is (64,166,254). Sum of RGB (Red+Green+Blue) = 64+166+254=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #40A6FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A6FE is #BF5901. Grayscale: #919191. Windows color (decimal): -12540162 or 16688704. OLE color: 16688704.
HSL color Cylindrical-coordinate representation of color #40A6FE: hue angle of 207.79º 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 #40A6FE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 166 | 254 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.00 |
| HSL | 207.79º | 0.99% | 0.62% | - |
| HSV(B) | 207.79º | 0.75% | 1% | - |
| XYZ | 33.64 | 35.52 | 98.85 | - |
| YUV | 145.53 | 189.21 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 254 | 0.75 | 0.35 | 0 | 0.00 | 207.79 | 0.99 | 0.62 |
| Hex | 40 | A6 | FE | 4B | 23 | 0 | 0 | D0 | 63 | 3E |
| Octal | 100 | 246 | 376 | 113 | 43 | 0 | 0 | 320 | 143 | 76 |
| Binary | 1000000 | 10100110 | 11111110 | 1001011 | 100011 | 0 | 0 | 11010000 | 1100011 | 111110 |
Color Harmonies of #40A6FE
Complementary color
Monochromatic Colors of #40A6FE
Black with #40A6FE
Text Example
Text Example
White with #40A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A6FE; }
p { color: rgb(64,166,254); }
H1.HeaderClassName
{
color: #40A6FE;
}
.AnyTagClassName
{
color: #40A6FE;
}
</style>
background-color css
<style>
a { background-color: #40A6FE; }
a { background-color: rgb(64,166,254); }
div.DivClassName
{
background-color: #40A6FE;
}
.BgClassName
{
background-color: #40A6FE;
}
</style>
border-color css
<style>
span { border-color: #40A6FE; }
span { border-color: rgb(64,166,254); }
td.TdClassName
{
border-color: #40A6FE;
}
.TagClassName
{
border-color: #40A6FE;
}
</style>