Html Css Color HEX #9EAACD Echo Blue

📋 copy color: '#9EAACD'

red 158 ◦ green 170 ◦ blue 205

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

Shades of Echo Blue #9EAACD

Tints of Echo Blue #9EAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 29.64%
G = 31.89%
B = 38.46%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EAACD (or 0x9EAACD) is known color: Echo Blue. HEX triplet: 9E, AA and CD. RGB value is (158,170,205). Sum of RGB (Red+Green+Blue) = 158+170+205=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACD is #615532. Grayscale: #AAAAAA. Windows color (decimal): -6378803 or 13478558. OLE color: 13478558.

HSL color Cylindrical-coordinate representation of color #9EAACD: hue angle of 224.68º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EAACD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 170 205 -
CMYK 0.23 0.17 0 0.20
HSL 224.68º 0.32% 0.71% -
HSV(B) 224.68º 0.23% 0.8% -
XYZ 39.49 40.43 63.48 -
YUV 170.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 158 170 205 0.23 0.17 0 0.20 224.68 0.32 0.71
Hex 9E AA CD 17 11 0 14 E1 20 47
Octal 236 252 315 27 21 0 24 341 40 107
Binary 10011110 10101010 11001101 10111 10001 0 10100 11100001 100000 1000111

Color Harmonies of #9EAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAACD

Black with #9EAACD

Text Example


Text Example

White with #9EAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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