Html Css Color HEX #9EAAD6 Echo Blue

📋 copy color: '#9EAAD6'

red 158 ◦ green 170 ◦ blue 214

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

Shades of Echo Blue #9EAAD6

Tints of Echo Blue #9EAAD6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 29.15%
G = 31.37%
B = 39.48%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9EAAD6 (or 0x9EAAD6) is known color: Echo Blue. HEX triplet: 9E, AA and D6. RGB value is (158,170,214). Sum of RGB (Red+Green+Blue) = 158+170+214=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #9EAAD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAD6 is #615529. Grayscale: #ABABAB. Windows color (decimal): -6378794 or 14068382. OLE color: 14068382.

HSL color Cylindrical-coordinate representation of color #9EAAD6: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EAAD6 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 170 214 -
CMYK 0.26 0.21 0 0.16
HSL 227.14º 0.41% 0.73% -
HSV(B) 227.14º 0.26% 0.84% -
XYZ 40.61 40.87 69.37 -
YUV 171.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 158 170 214 0.26 0.21 0 0.16 227.14 0.41 0.73
Hex 9E AA D6 1A 15 0 10 E3 29 49
Octal 236 252 326 32 25 0 20 343 51 111
Binary 10011110 10101010 11010110 11010 10101 0 10000 11100011 101001 1001001

Color Harmonies of #9EAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAD6

Black with #9EAAD6

Text Example


Text Example

White with #9EAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,214); }

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

background-color css

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

 a { background-color: rgb(158,170,214); }

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

border-color css

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

 span { border-color: rgb(158,170,214); }

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