Html Css Color HEX #9EAAD5 Echo Blue

📋 copy color: '#9EAAD5'

red 158 ◦ green 170 ◦ blue 213

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

Shades of Echo Blue #9EAAD5

Tints of Echo Blue #9EAAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 29.21%
G = 31.42%
B = 39.37%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9EAAD5 (or 0x9EAAD5) is known color: Echo Blue. HEX triplet: 9E, AA and D5. RGB value is (158,170,213). Sum of RGB (Red+Green+Blue) = 158+170+213=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #9EAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAD5 is #61552A. Grayscale: #ABABAB. Windows color (decimal): -6378795 or 14002846. OLE color: 14002846.

HSL color Cylindrical-coordinate representation of color #9EAAD5: hue angle of 226.91º degrees, saturation: 0.4, 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 #9EAAD5 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 170 213 -
CMYK 0.26 0.20 0 0.16
HSL 226.91º 0.4% 0.73% -
HSV(B) 226.91º 0.26% 0.84% -
XYZ 40.49 40.82 68.7 -
YUV 171.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 158 170 213 0.26 0.20 0 0.16 226.91 0.4 0.73
Hex 9E AA D5 1A 14 0 10 E3 28 49
Octal 236 252 325 32 24 0 20 343 50 111
Binary 10011110 10101010 11010101 11010 10100 0 10000 11100011 101000 1001001

Color Harmonies of #9EAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAD5

Black with #9EAAD5

Text Example


Text Example

White with #9EAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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