Html Css Color HEX #9EA8DB Echo Blue

📋 copy color: '#9EA8DB'

red 158 ◦ green 168 ◦ blue 219

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

Shades of Echo Blue #9EA8DB

Tints of Echo Blue #9EA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

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

R = 28.99%
G = 30.83%
B = 40.18%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA8DB (or 0x9EA8DB) is known color: Echo Blue. HEX triplet: 9E, A8 and DB. RGB value is (158,168,219). Sum of RGB (Red+Green+Blue) = 158+168+219=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8DB is #615724. Grayscale: #AAAAAA. Windows color (decimal): -6379301 or 14395550. OLE color: 14395550.

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

Color convert

RGB 158 168 219 -
CMYK 0.28 0.23 0 0.14
HSL 230.16º 0.46% 0.74% -
HSV(B) 230.16º 0.28% 0.86% -
XYZ 40.89 40.39 72.66 -
YUV 170.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 158 168 219 0.28 0.23 0 0.14 230.16 0.46 0.74
Hex 9E A8 DB 1C 17 0 E E6 2E 4A
Octal 236 250 333 34 27 0 16 346 56 112
Binary 10011110 10101000 11011011 11100 10111 0 1110 11100110 101110 1001010

Color Harmonies of #9EA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8DB

Black with #9EA8DB

Text Example


Text Example

White with #9EA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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