Html Css Color HEX #9EA8D5 Echo Blue

📋 copy color: '#9EA8D5'

red 158 ◦ green 168 ◦ blue 213

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

Shades of Echo Blue #9EA8D5

Tints of Echo Blue #9EA8D5

RGB

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

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

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

R = 29.31%
G = 31.17%
B = 39.52%

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

#9EA8D5 (or 0x9EA8D5) is known color: Echo Blue. HEX triplet: 9E, A8 and D5. RGB value is (158,168,213). Sum of RGB (Red+Green+Blue) = 158+168+213=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #9EA8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8D5 is #61572A. Grayscale: #A9A9A9. Windows color (decimal): -6379307 or 14002334. OLE color: 14002334.

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

Color convert

RGB 158 168 213 -
CMYK 0.26 0.21 0 0.16
HSL 229.09º 0.4% 0.73% -
HSV(B) 229.09º 0.26% 0.84% -
XYZ 40.11 40.08 68.57 -
YUV 170.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 158 168 213 0.26 0.21 0 0.16 229.09 0.4 0.73
Hex 9E A8 D5 1A 15 0 10 E5 28 49
Octal 236 250 325 32 25 0 20 345 50 111
Binary 10011110 10101000 11010101 11010 10101 0 10000 11100101 101000 1001001

Color Harmonies of #9EA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8D5

Black with #9EA8D5

Text Example


Text Example

White with #9EA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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