Html Css Color HEX #9EAADB Echo Blue

📋 copy color: '#9EAADB'

red 158 ◦ green 170 ◦ blue 219

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

Shades of Echo Blue #9EAADB

Tints of Echo Blue #9EAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 28.88%
G = 31.08%
B = 40.04%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EAADB (or 0x9EAADB) is known color: Echo Blue. HEX triplet: 9E, AA and DB. RGB value is (158,170,219). Sum of RGB (Red+Green+Blue) = 158+170+219=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAADB is #615524. Grayscale: #ABABAB. Windows color (decimal): -6378789 or 14396062. OLE color: 14396062.

HSL color Cylindrical-coordinate representation of color #9EAADB: hue angle of 228.2º degrees, saturation: 0.46, 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 #9EAADB is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 170 219 -
CMYK 0.28 0.22 0 0.14
HSL 228.2º 0.46% 0.74% -
HSV(B) 228.2º 0.28% 0.86% -
XYZ 41.26 41.13 72.78 -
YUV 172 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 158 170 219 0.28 0.22 0 0.14 228.2 0.46 0.74
Hex 9E AA DB 1C 16 0 E E4 2E 4A
Octal 236 252 333 34 26 0 16 344 56 112
Binary 10011110 10101010 11011011 11100 10110 0 1110 11100100 101110 1001010

Color Harmonies of #9EAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAADB

Black with #9EAADB

Text Example


Text Example

White with #9EAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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