Html Css Color HEX #4EAEDD Summer Sky

📋 copy color: '#4EAEDD'

red 78 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #4EAEDD

Tints of Summer Sky #4EAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 16.49%
G = 36.79%
B = 46.72%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4EAEDD (or 0x4EAEDD) is known color: Summer Sky. HEX triplet: 4E, AE and DD. RGB value is (78,174,221). Sum of RGB (Red+Green+Blue) = 78+174+221=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEDD is #B15122. Grayscale: #969696. Windows color (decimal): -11620643 or 14528078. OLE color: 14528078.

HSL color Cylindrical-coordinate representation of color #4EAEDD: hue angle of 199.72º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EAEDD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 174 221 -
CMYK 0.65 0.21 0 0.13
HSL 199.72º 0.68% 0.59% -
HSV(B) 199.72º 0.65% 0.87% -
XYZ 31.33 37.11 73.92 -
YUV 150.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 78 174 221 0.65 0.21 0 0.13 199.72 0.68 0.59
Hex 4E AE DD 41 15 0 D C8 44 3B
Octal 116 256 335 101 25 0 15 310 104 73
Binary 1001110 10101110 11011101 1000001 10101 0 1101 11001000 1000100 111011

Color Harmonies of #4EAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAEDD

Black with #4EAEDD

Text Example


Text Example

White with #4EAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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