Shades of Summer Sky #4EAAF0
Tints of Summer Sky #4EAAF0
RGB
CMYK
RGB Variations
Color information
#4EAAF0 (or 0x4EAAF0) is known color: Summer Sky. HEX triplet: 4E, AA and F0. RGB value is (78,170,240). Sum of RGB (Red+Green+Blue) = 78+170+240=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #4EAAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAAF0 is #B1550F. Grayscale: #969696. Windows color (decimal): -11621648 or 15772238. OLE color: 15772238.
HSL color Cylindrical-coordinate representation of color #4EAAF0: hue angle of 205.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EAAF0 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 170 | 240 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.06 |
| HSL | 205.93º | 0.84% | 0.62% | - |
| HSV(B) | 205.93º | 0.68% | 0.94% | - |
| XYZ | 33.24 | 36.66 | 87.76 | - |
| YUV | 150.47 | 178.52 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 240 | 0.68 | 0.29 | 0 | 0.06 | 205.93 | 0.84 | 0.62 |
| Hex | 4E | AA | F0 | 44 | 1D | 0 | 6 | CE | 54 | 3E |
| Octal | 116 | 252 | 360 | 104 | 35 | 0 | 6 | 316 | 124 | 76 |
| Binary | 1001110 | 10101010 | 11110000 | 1000100 | 11101 | 0 | 110 | 11001110 | 1010100 | 111110 |
Color Harmonies of #4EAAF0
Complementary color
Monochromatic Colors of #4EAAF0
Black with #4EAAF0
Text Example
Text Example
White with #4EAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAF0; }
p { color: rgb(78,170,240); }
H1.HeaderClassName
{
color: #4EAAF0;
}
.AnyTagClassName
{
color: #4EAAF0;
}
</style>
background-color css
<style>
a { background-color: #4EAAF0; }
a { background-color: rgb(78,170,240); }
div.DivClassName
{
background-color: #4EAAF0;
}
.BgClassName
{
background-color: #4EAAF0;
}
</style>
border-color css
<style>
span { border-color: #4EAAF0; }
span { border-color: rgb(78,170,240); }
td.TdClassName
{
border-color: #4EAAF0;
}
.TagClassName
{
border-color: #4EAAF0;
}
</style>