Shades of Summer Sky #40A4FB
Tints of Summer Sky #40A4FB
RGB
CMYK
RGB Variations
Color information
#40A4FB (or 0x40A4FB) is known color: Summer Sky. HEX triplet: 40, A4 and FB. RGB value is (64,164,251). Sum of RGB (Red+Green+Blue) = 64+164+251=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #40A4FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4FB is #BF5B04. Grayscale: #8F8F8F. Windows color (decimal): -12540677 or 16491584. OLE color: 16491584.
HSL color Cylindrical-coordinate representation of color #40A4FB: hue angle of 207.91º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A4FB is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 164 | 251 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.02 |
| HSL | 207.91º | 0.96% | 0.62% | - |
| HSV(B) | 207.91º | 0.75% | 0.98% | - |
| XYZ | 32.8 | 34.61 | 96.22 | - |
| YUV | 144.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 251 | 0.75 | 0.35 | 0 | 0.02 | 207.91 | 0.96 | 0.62 |
| Hex | 40 | A4 | FB | 4B | 23 | 0 | 2 | D0 | 60 | 3E |
| Octal | 100 | 244 | 373 | 113 | 43 | 0 | 2 | 320 | 140 | 76 |
| Binary | 1000000 | 10100100 | 11111011 | 1001011 | 100011 | 0 | 10 | 11010000 | 1100000 | 111110 |
Color Harmonies of #40A4FB
Complementary color
Monochromatic Colors of #40A4FB
Black with #40A4FB
Text Example
Text Example
White with #40A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4FB; }
p { color: rgb(64,164,251); }
H1.HeaderClassName
{
color: #40A4FB;
}
.AnyTagClassName
{
color: #40A4FB;
}
</style>
background-color css
<style>
a { background-color: #40A4FB; }
a { background-color: rgb(64,164,251); }
div.DivClassName
{
background-color: #40A4FB;
}
.BgClassName
{
background-color: #40A4FB;
}
</style>
border-color css
<style>
span { border-color: #40A4FB; }
span { border-color: rgb(64,164,251); }
td.TdClassName
{
border-color: #40A4FB;
}
.TagClassName
{
border-color: #40A4FB;
}
</style>