Shades of Summer Sky #40AAF5
Tints of Summer Sky #40AAF5
RGB
CMYK
RGB Variations
Color information
#40AAF5 (or 0x40AAF5) is known color: Summer Sky. HEX triplet: 40, AA and F5. RGB value is (64,170,245). Sum of RGB (Red+Green+Blue) = 64+170+245=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #40AAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAF5 is #BF550A. Grayscale: #929292. Windows color (decimal): -12539147 or 16099904. OLE color: 16099904.
HSL color Cylindrical-coordinate representation of color #40AAF5: hue angle of 204.86º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40AAF5 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 170 | 245 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.04 |
| HSL | 204.86º | 0.9% | 0.61% | - |
| HSV(B) | 204.86º | 0.74% | 0.96% | - |
| XYZ | 32.97 | 36.43 | 91.68 | - |
| YUV | 146.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 245 | 0.74 | 0.31 | 0 | 0.04 | 204.86 | 0.9 | 0.61 |
| Hex | 40 | AA | F5 | 4A | 1F | 0 | 4 | CD | 5A | 3D |
| Octal | 100 | 252 | 365 | 112 | 37 | 0 | 4 | 315 | 132 | 75 |
| Binary | 1000000 | 10101010 | 11110101 | 1001010 | 11111 | 0 | 100 | 11001101 | 1011010 | 111101 |
Color Harmonies of #40AAF5
Complementary color
Monochromatic Colors of #40AAF5
Black with #40AAF5
Text Example
Text Example
White with #40AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAF5; }
p { color: rgb(64,170,245); }
H1.HeaderClassName
{
color: #40AAF5;
}
.AnyTagClassName
{
color: #40AAF5;
}
</style>
background-color css
<style>
a { background-color: #40AAF5; }
a { background-color: rgb(64,170,245); }
div.DivClassName
{
background-color: #40AAF5;
}
.BgClassName
{
background-color: #40AAF5;
}
</style>
border-color css
<style>
span { border-color: #40AAF5; }
span { border-color: rgb(64,170,245); }
td.TdClassName
{
border-color: #40AAF5;
}
.TagClassName
{
border-color: #40AAF5;
}
</style>