Shades of Summer Sky #40AAFF
Tints of Summer Sky #40AAFF
RGB
CMYK
RGB Variations
Color information
#40AAFF (or 0x40AAFF) is known color: Summer Sky. HEX triplet: 40, AA and FF. RGB value is (64,170,255). Sum of RGB (Red+Green+Blue) = 64+170+255=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #40AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAFF is #BF5500. Grayscale: #939393. Windows color (decimal): -12539137 or 16755264. OLE color: 16755264.
HSL color Cylindrical-coordinate representation of color #40AAFF: hue angle of 206.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AAFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 170 | 255 | - |
| CMYK | 0.75 | 0.33 | 0 | 0 |
| HSL | 206.7º | 1% | 0.63% | - |
| HSV(B) | 206.7º | 0.75% | 1% | - |
| XYZ | 34.54 | 37.06 | 99.94 | - |
| YUV | 148 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 255 | 0.75 | 0.33 | 0 | 0 | 206.7 | 1 | 0.63 |
| Hex | 40 | AA | FF | 4B | 21 | 0 | 0 | CF | 64 | 3F |
| Octal | 100 | 252 | 377 | 113 | 41 | 0 | 0 | 317 | 144 | 77 |
| Binary | 1000000 | 10101010 | 11111111 | 1001011 | 100001 | 0 | 0 | 11001111 | 1100100 | 111111 |
Color Harmonies of #40AAFF
Complementary color
Monochromatic Colors of #40AAFF
Black with #40AAFF
Text Example
Text Example
White with #40AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAFF; }
p { color: rgb(64,170,255); }
H1.HeaderClassName
{
color: #40AAFF;
}
.AnyTagClassName
{
color: #40AAFF;
}
</style>
background-color css
<style>
a { background-color: #40AAFF; }
a { background-color: rgb(64,170,255); }
div.DivClassName
{
background-color: #40AAFF;
}
.BgClassName
{
background-color: #40AAFF;
}
</style>
border-color css
<style>
span { border-color: #40AAFF; }
span { border-color: rgb(64,170,255); }
td.TdClassName
{
border-color: #40AAFF;
}
.TagClassName
{
border-color: #40AAFF;
}
</style>