Shades of Summer Sky #4EABED
Tints of Summer Sky #4EABED
RGB
CMYK
RGB Variations
Color information
#4EABED (or 0x4EABED) is known color: Summer Sky. HEX triplet: 4E, AB and ED. RGB value is (78,171,237). Sum of RGB (Red+Green+Blue) = 78+171+237=486 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.05% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EABED is #B15412. Grayscale: #969696. Windows color (decimal): -11621395 or 15575886. OLE color: 15575886.
HSL color Cylindrical-coordinate representation of color #4EABED: hue angle of 204.91º 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 #4EABED is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 171 | 237 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.07 |
| HSL | 204.91º | 0.82% | 0.62% | - |
| HSV(B) | 204.91º | 0.67% | 0.93% | - |
| XYZ | 32.99 | 36.86 | 85.5 | - |
| YUV | 150.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 237 | 0.67 | 0.28 | 0 | 0.07 | 204.91 | 0.82 | 0.62 |
| Hex | 4E | AB | ED | 43 | 1C | 0 | 7 | CD | 52 | 3E |
| Octal | 116 | 253 | 355 | 103 | 34 | 0 | 7 | 315 | 122 | 76 |
| Binary | 1001110 | 10101011 | 11101101 | 1000011 | 11100 | 0 | 111 | 11001101 | 1010010 | 111110 |
Color Harmonies of #4EABED
Complementary color
Monochromatic Colors of #4EABED
Black with #4EABED
Text Example
Text Example
White with #4EABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABED; }
p { color: rgb(78,171,237); }
H1.HeaderClassName
{
color: #4EABED;
}
.AnyTagClassName
{
color: #4EABED;
}
</style>
background-color css
<style>
a { background-color: #4EABED; }
a { background-color: rgb(78,171,237); }
div.DivClassName
{
background-color: #4EABED;
}
.BgClassName
{
background-color: #4EABED;
}
</style>
border-color css
<style>
span { border-color: #4EABED; }
span { border-color: rgb(78,171,237); }
td.TdClassName
{
border-color: #4EABED;
}
.TagClassName
{
border-color: #4EABED;
}
</style>