Shades of Summer Sky #40A2F8
Tints of Summer Sky #40A2F8
RGB
CMYK
RGB Variations
Color information
#40A2F8 (or 0x40A2F8) is known color: Summer Sky. HEX triplet: 40, A2 and F8. RGB value is (64,162,248). Sum of RGB (Red+Green+Blue) = 64+162+248=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #40A2F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A2F8 is #BF5D07. Grayscale: #8E8E8E. Windows color (decimal): -12541192 or 16294464. OLE color: 16294464.
HSL color Cylindrical-coordinate representation of color #40A2F8: hue angle of 208.04º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40A2F8 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 162 | 248 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.03 |
| HSL | 208.04º | 0.93% | 0.61% | - |
| HSV(B) | 208.04º | 0.74% | 0.97% | - |
| XYZ | 31.98 | 33.71 | 93.63 | - |
| YUV | 142.5 | 187.53 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 248 | 0.74 | 0.35 | 0 | 0.03 | 208.04 | 0.93 | 0.61 |
| Hex | 40 | A2 | F8 | 4A | 23 | 0 | 3 | D0 | 5D | 3D |
| Octal | 100 | 242 | 370 | 112 | 43 | 0 | 3 | 320 | 135 | 75 |
| Binary | 1000000 | 10100010 | 11111000 | 1001010 | 100011 | 0 | 11 | 11010000 | 1011101 | 111101 |
Color Harmonies of #40A2F8
Complementary color
Monochromatic Colors of #40A2F8
Black with #40A2F8
Text Example
Text Example
White with #40A2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A2F8; }
p { color: rgb(64,162,248); }
H1.HeaderClassName
{
color: #40A2F8;
}
.AnyTagClassName
{
color: #40A2F8;
}
</style>
background-color css
<style>
a { background-color: #40A2F8; }
a { background-color: rgb(64,162,248); }
div.DivClassName
{
background-color: #40A2F8;
}
.BgClassName
{
background-color: #40A2F8;
}
</style>
border-color css
<style>
span { border-color: #40A2F8; }
span { border-color: rgb(64,162,248); }
td.TdClassName
{
border-color: #40A2F8;
}
.TagClassName
{
border-color: #40A2F8;
}
</style>