Html Css Color HEX #4EAEDC Summer Sky

📋 copy color: '#4EAEDC'

red 78 ◦ green 174 ◦ blue 220

#4EAEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #4EAEDC

Tints of Summer Sky #4EAEDC

RGB

 RED value IS 78 (30.86% from 255) = 16.53%

 GREEN value IS 174 (68.36% from 255) = 36.86%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 16.53%
G = 36.86%
B = 46.61%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EAEDC (or 0x4EAEDC) is known color: Summer Sky. HEX triplet: 4E, AE and DC. RGB value is (78,174,220). Sum of RGB (Red+Green+Blue) = 78+174+220=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEDC is #B15123. Grayscale: #969696. Windows color (decimal): -11620644 or 14462542. OLE color: 14462542.

HSL color Cylindrical-coordinate representation of color #4EAEDC: hue angle of 199.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EAEDC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 174 220 -
CMYK 0.65 0.21 0 0.14
HSL 199.44º 0.67% 0.58% -
HSV(B) 199.44º 0.65% 0.86% -
XYZ 31.2 37.06 73.22 -
YUV 150.54 167.2 76.26 -
System Red Green Blue C M Y K H S L
Decimal 78 174 220 0.65 0.21 0 0.14 199.44 0.67 0.58
Hex 4E AE DC 41 15 0 E C7 43 3A
Octal 116 256 334 101 25 0 16 307 103 72
Binary 1001110 10101110 11011100 1000001 10101 0 1110 11000111 1000011 111010

Color Harmonies of #4EAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEDC

Black with #4EAEDC

Text Example


Text Example

White with #4EAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EAEDC;
 }
 .AnyTagClassName
 {
   color: #4EAEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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