Shades of Summer Sky #4EAAED
Tints of Summer Sky #4EAAED
RGB
CMYK
RGB Variations
Color information
#4EAAED (or 0x4EAAED) is known color: Summer Sky. HEX triplet: 4E, AA and ED. RGB value is (78,170,237). Sum of RGB (Red+Green+Blue) = 78+170+237=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAAED is #B15512. Grayscale: #959595. Windows color (decimal): -11621651 or 15575630. OLE color: 15575630.
HSL color Cylindrical-coordinate representation of color #4EAAED: hue angle of 205.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EAAED is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 170 | 237 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.07 |
| HSL | 205.28º | 0.82% | 0.62% | - |
| HSV(B) | 205.28º | 0.67% | 0.93% | - |
| XYZ | 32.8 | 36.48 | 85.43 | - |
| YUV | 150.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 237 | 0.67 | 0.28 | 0 | 0.07 | 205.28 | 0.82 | 0.62 |
| Hex | 4E | AA | ED | 43 | 1C | 0 | 7 | CD | 52 | 3E |
| Octal | 116 | 252 | 355 | 103 | 34 | 0 | 7 | 315 | 122 | 76 |
| Binary | 1001110 | 10101010 | 11101101 | 1000011 | 11100 | 0 | 111 | 11001101 | 1010010 | 111110 |
Color Harmonies of #4EAAED
Complementary color
Monochromatic Colors of #4EAAED
Black with #4EAAED
Text Example
Text Example
White with #4EAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAED; }
p { color: rgb(78,170,237); }
H1.HeaderClassName
{
color: #4EAAED;
}
.AnyTagClassName
{
color: #4EAAED;
}
</style>
background-color css
<style>
a { background-color: #4EAAED; }
a { background-color: rgb(78,170,237); }
div.DivClassName
{
background-color: #4EAAED;
}
.BgClassName
{
background-color: #4EAAED;
}
</style>
border-color css
<style>
span { border-color: #4EAAED; }
span { border-color: rgb(78,170,237); }
td.TdClassName
{
border-color: #4EAAED;
}
.TagClassName
{
border-color: #4EAAED;
}
</style>