Html Css Color HEX #9EAEDC Echo Blue

📋 copy color: '#9EAEDC'

red 158 ◦ green 174 ◦ blue 220

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

Shades of Echo Blue #9EAEDC

Tints of Echo Blue #9EAEDC

RGB

 RED value IS 158 (62.11% from 255) = 28.62%

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

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

R = 28.62%
G = 31.52%
B = 39.86%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EAEDC (or 0x9EAEDC) is known color: Echo Blue. HEX triplet: 9E, AE and DC. RGB value is (158,174,220). Sum of RGB (Red+Green+Blue) = 158+174+220=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDC is #615123. Grayscale: #AEAEAE. Windows color (decimal): -6377764 or 14462622. OLE color: 14462622.

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

Color convert

RGB 158 174 220 -
CMYK 0.28 0.21 0 0.14
HSL 224.52º 0.47% 0.74% -
HSV(B) 224.52º 0.28% 0.86% -
XYZ 42.15 42.71 73.73 -
YUV 174.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 158 174 220 0.28 0.21 0 0.14 224.52 0.47 0.74
Hex 9E AE DC 1C 15 0 E E1 2F 4A
Octal 236 256 334 34 25 0 16 341 57 112
Binary 10011110 10101110 11011100 11100 10101 0 1110 11100001 101111 1001010

Color Harmonies of #9EAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEDC

Black with #9EAEDC

Text Example


Text Example

White with #9EAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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