Shades of Summer Sky #40ACFE
Tints of Summer Sky #40ACFE
RGB
CMYK
RGB Variations
Color information
#40ACFE (or 0x40ACFE) is known color: Summer Sky. HEX triplet: 40, AC and FE. RGB value is (64,172,254). Sum of RGB (Red+Green+Blue) = 64+172+254=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #40ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACFE is #BF5301. Grayscale: #949494. Windows color (decimal): -12538626 or 16690240. OLE color: 16690240.
HSL color Cylindrical-coordinate representation of color #40ACFE: hue angle of 205.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ACFE is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 172 | 254 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.00 |
| HSL | 205.89º | 0.99% | 0.62% | - |
| HSV(B) | 205.89º | 0.75% | 1% | - |
| XYZ | 34.76 | 37.75 | 99.22 | - |
| YUV | 149.06 | 187.22 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 254 | 0.75 | 0.32 | 0 | 0.00 | 205.89 | 0.99 | 0.62 |
| Hex | 40 | AC | FE | 4B | 20 | 0 | 0 | CE | 63 | 3E |
| Octal | 100 | 254 | 376 | 113 | 40 | 0 | 0 | 316 | 143 | 76 |
| Binary | 1000000 | 10101100 | 11111110 | 1001011 | 100000 | 0 | 0 | 11001110 | 1100011 | 111110 |
Color Harmonies of #40ACFE
Complementary color
Monochromatic Colors of #40ACFE
Black with #40ACFE
Text Example
Text Example
White with #40ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACFE; }
p { color: rgb(64,172,254); }
H1.HeaderClassName
{
color: #40ACFE;
}
.AnyTagClassName
{
color: #40ACFE;
}
</style>
background-color css
<style>
a { background-color: #40ACFE; }
a { background-color: rgb(64,172,254); }
div.DivClassName
{
background-color: #40ACFE;
}
.BgClassName
{
background-color: #40ACFE;
}
</style>
border-color css
<style>
span { border-color: #40ACFE; }
span { border-color: rgb(64,172,254); }
td.TdClassName
{
border-color: #40ACFE;
}
.TagClassName
{
border-color: #40ACFE;
}
</style>