Shades of Summer Sky #40ABFF
Tints of Summer Sky #40ABFF
RGB
CMYK
RGB Variations
Color information
#40ABFF (or 0x40ABFF) is known color: Summer Sky. HEX triplet: 40, AB and FF. RGB value is (64,171,255). Sum of RGB (Red+Green+Blue) = 64+171+255=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #40ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABFF is #BF5400. Grayscale: #949494. Windows color (decimal): -12538881 or 16755520. OLE color: 16755520.
HSL color Cylindrical-coordinate representation of color #40ABFF: hue angle of 206.39º 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 #40ABFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 171 | 255 | - |
| CMYK | 0.75 | 0.33 | 0 | 0 |
| HSL | 206.39º | 1% | 0.63% | - |
| HSV(B) | 206.39º | 0.75% | 1% | - |
| XYZ | 34.73 | 37.44 | 100 | - |
| YUV | 148.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 255 | 0.75 | 0.33 | 0 | 0 | 206.39 | 1 | 0.63 |
| Hex | 40 | AB | FF | 4B | 21 | 0 | 0 | CE | 64 | 3F |
| Octal | 100 | 253 | 377 | 113 | 41 | 0 | 0 | 316 | 144 | 77 |
| Binary | 1000000 | 10101011 | 11111111 | 1001011 | 100001 | 0 | 0 | 11001110 | 1100100 | 111111 |
Color Harmonies of #40ABFF
Complementary color
Monochromatic Colors of #40ABFF
Black with #40ABFF
Text Example
Text Example
White with #40ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABFF; }
p { color: rgb(64,171,255); }
H1.HeaderClassName
{
color: #40ABFF;
}
.AnyTagClassName
{
color: #40ABFF;
}
</style>
background-color css
<style>
a { background-color: #40ABFF; }
a { background-color: rgb(64,171,255); }
div.DivClassName
{
background-color: #40ABFF;
}
.BgClassName
{
background-color: #40ABFF;
}
</style>
border-color css
<style>
span { border-color: #40ABFF; }
span { border-color: rgb(64,171,255); }
td.TdClassName
{
border-color: #40ABFF;
}
.TagClassName
{
border-color: #40ABFF;
}
</style>