Shades of Summer Sky #40AAF8
Tints of Summer Sky #40AAF8
RGB
CMYK
RGB Variations
Color information
#40AAF8 (or 0x40AAF8) is known color: Summer Sky. HEX triplet: 40, AA and F8. RGB value is (64,170,248). Sum of RGB (Red+Green+Blue) = 64+170+248=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #40AAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAF8 is #BF5507. Grayscale: #929292. Windows color (decimal): -12539144 or 16296512. OLE color: 16296512.
HSL color Cylindrical-coordinate representation of color #40AAF8: hue angle of 205.43º 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 #40AAF8 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 170 | 248 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.03 |
| HSL | 205.43º | 0.93% | 0.61% | - |
| HSV(B) | 205.43º | 0.74% | 0.97% | - |
| XYZ | 33.43 | 36.62 | 94.11 | - |
| YUV | 147.2 | 184.88 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 248 | 0.74 | 0.31 | 0 | 0.03 | 205.43 | 0.93 | 0.61 |
| Hex | 40 | AA | F8 | 4A | 1F | 0 | 3 | CD | 5D | 3D |
| Octal | 100 | 252 | 370 | 112 | 37 | 0 | 3 | 315 | 135 | 75 |
| Binary | 1000000 | 10101010 | 11111000 | 1001010 | 11111 | 0 | 11 | 11001101 | 1011101 | 111101 |
Color Harmonies of #40AAF8
Complementary color
Monochromatic Colors of #40AAF8
Black with #40AAF8
Text Example
Text Example
White with #40AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAF8; }
p { color: rgb(64,170,248); }
H1.HeaderClassName
{
color: #40AAF8;
}
.AnyTagClassName
{
color: #40AAF8;
}
</style>
background-color css
<style>
a { background-color: #40AAF8; }
a { background-color: rgb(64,170,248); }
div.DivClassName
{
background-color: #40AAF8;
}
.BgClassName
{
background-color: #40AAF8;
}
</style>
border-color css
<style>
span { border-color: #40AAF8; }
span { border-color: rgb(64,170,248); }
td.TdClassName
{
border-color: #40AAF8;
}
.TagClassName
{
border-color: #40AAF8;
}
</style>