Shades of Summer Sky #40ABE4
Tints of Summer Sky #40ABE4
RGB
CMYK
RGB Variations
Color information
#40ABE4 (or 0x40ABE4) is known color: Summer Sky. HEX triplet: 40, AB and E4. RGB value is (64,171,228). Sum of RGB (Red+Green+Blue) = 64+171+228=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #40ABE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABE4 is #BF541B. Grayscale: #919191. Windows color (decimal): -12538908 or 14986048. OLE color: 14986048.
HSL color Cylindrical-coordinate representation of color #40ABE4: hue angle of 200.85º 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 #40ABE4 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 171 | 228 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.11 |
| HSL | 200.85º | 0.75% | 0.57% | - |
| HSV(B) | 200.85º | 0.72% | 0.89% | - |
| XYZ | 30.68 | 35.82 | 78.7 | - |
| YUV | 145.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 228 | 0.72 | 0.25 | 0 | 0.11 | 200.85 | 0.75 | 0.57 |
| Hex | 40 | AB | E4 | 48 | 19 | 0 | B | C9 | 4B | 39 |
| Octal | 100 | 253 | 344 | 110 | 31 | 0 | 13 | 311 | 113 | 71 |
| Binary | 1000000 | 10101011 | 11100100 | 1001000 | 11001 | 0 | 1011 | 11001001 | 1001011 | 111001 |
Color Harmonies of #40ABE4
Complementary color
Monochromatic Colors of #40ABE4
Black with #40ABE4
Text Example
Text Example
White with #40ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABE4; }
p { color: rgb(64,171,228); }
H1.HeaderClassName
{
color: #40ABE4;
}
.AnyTagClassName
{
color: #40ABE4;
}
</style>
background-color css
<style>
a { background-color: #40ABE4; }
a { background-color: rgb(64,171,228); }
div.DivClassName
{
background-color: #40ABE4;
}
.BgClassName
{
background-color: #40ABE4;
}
</style>
border-color css
<style>
span { border-color: #40ABE4; }
span { border-color: rgb(64,171,228); }
td.TdClassName
{
border-color: #40ABE4;
}
.TagClassName
{
border-color: #40ABE4;
}
</style>