Shades of Summer Sky #40ACE4
Tints of Summer Sky #40ACE4
RGB
CMYK
RGB Variations
Color information
#40ACE4 (or 0x40ACE4) is known color: Summer Sky. HEX triplet: 40, AC and E4. RGB value is (64,172,228). Sum of RGB (Red+Green+Blue) = 64+172+228=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #40ACE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACE4 is #BF531B. Grayscale: #919191. Windows color (decimal): -12538652 or 14986304. OLE color: 14986304.
HSL color Cylindrical-coordinate representation of color #40ACE4: hue angle of 200.49º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40ACE4 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 172 | 228 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.11 |
| HSL | 200.49º | 0.75% | 0.57% | - |
| HSV(B) | 200.49º | 0.72% | 0.89% | - |
| XYZ | 30.87 | 36.2 | 78.76 | - |
| YUV | 146.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 228 | 0.72 | 0.25 | 0 | 0.11 | 200.49 | 0.75 | 0.57 |
| Hex | 40 | AC | E4 | 48 | 19 | 0 | B | C8 | 4B | 39 |
| Octal | 100 | 254 | 344 | 110 | 31 | 0 | 13 | 310 | 113 | 71 |
| Binary | 1000000 | 10101100 | 11100100 | 1001000 | 11001 | 0 | 1011 | 11001000 | 1001011 | 111001 |
Color Harmonies of #40ACE4
Complementary color
Monochromatic Colors of #40ACE4
Black with #40ACE4
Text Example
Text Example
White with #40ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACE4; }
p { color: rgb(64,172,228); }
H1.HeaderClassName
{
color: #40ACE4;
}
.AnyTagClassName
{
color: #40ACE4;
}
</style>
background-color css
<style>
a { background-color: #40ACE4; }
a { background-color: rgb(64,172,228); }
div.DivClassName
{
background-color: #40ACE4;
}
.BgClassName
{
background-color: #40ACE4;
}
</style>
border-color css
<style>
span { border-color: #40ACE4; }
span { border-color: rgb(64,172,228); }
td.TdClassName
{
border-color: #40ACE4;
}
.TagClassName
{
border-color: #40ACE4;
}
</style>