#4EAEE0

Color #4EAEE0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #4EAEE0

Tints of Summer Sky #4EAEE0

Color information

#4EAEE0 (or 0x4EAEE0) is unknown color: approx Summer Sky. HEX triplet: 4E, AE and E0. RGB value is (78,174,224). Sum of RGB (Red+Green+Blue) = 78+174+224=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEE0 is #B1511F. Grayscale: #969696. Windows color (decimal): -11620640 or 14724686. OLE color: 14724686.

HSL color Cylindrical-coordinate representation of color #4EAEE0: hue angle of 200.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EAEE0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78174224-
CMYK0.650.2200.12
HSL200.55º70.19%59.22%-
HSV(B)200.55º65.18%87.84%-
XYZ31.7337.2776.04-
YUV151169.275.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 16.39%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=16.39%
G=36.55%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781742240.650.2200.12200.5570.1959.22
Hex4EAEE041160Cc9463b
Octal1162563401012601431110673
Binary1001110101011101110000010000011011001100110010011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EAEE0; }

 p { color: rgb(78,174,224); }

 H1.HeaderClassName
 {
   color: #4EAEE0;
 }
 .AnyTagClassName
 {
   color: #4EAEE0;
 }
</style>
background-color css

<style>
 a { background-color: #4EAEE0; }

 a { background-color: rgb(78,174,224); }

 div.DivClassName
 {
   background-color: #4EAEE0;
 }
 .BgClassName
 {
   background-color: #4EAEE0;
 }
</style>
border-color css

<style>
 span { border-color: #4EAEE0; }

 span { border-color: rgb(78,174,224); }

 td.TdClassName
 {
   border-color: #4EAEE0;
 }
 .TagClassName
 {
   border-color: #4EAEE0;
 }
</style>