Html Css Color HEX #9EA6D0 Echo Blue

📋 copy color: '#9EA6D0'

red 158 ◦ green 166 ◦ blue 208

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

Shades of Echo Blue #9EA6D0

Tints of Echo Blue #9EA6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 29.7%
G = 31.2%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9EA6D0 (or 0x9EA6D0) is known color: Echo Blue. HEX triplet: 9E, A6 and D0. RGB value is (158,166,208). Sum of RGB (Red+Green+Blue) = 158+166+208=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #9EA6D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA6D0 is #61592F. Grayscale: #A8A8A8. Windows color (decimal): -6379824 or 13674142. OLE color: 13674142.

HSL color Cylindrical-coordinate representation of color #9EA6D0: hue angle of 230.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA6D0 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 166 208 -
CMYK 0.24 0.20 0 0.18
HSL 230.4º 0.35% 0.72% -
HSV(B) 230.4º 0.24% 0.82% -
XYZ 39.12 39.1 65.16 -
YUV 168.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 158 166 208 0.24 0.20 0 0.18 230.4 0.35 0.72
Hex 9E A6 D0 18 14 0 12 E6 23 48
Octal 236 246 320 30 24 0 22 346 43 110
Binary 10011110 10100110 11010000 11000 10100 0 10010 11100110 100011 1001000

Color Harmonies of #9EA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA6D0

Black with #9EA6D0

Text Example


Text Example

White with #9EA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,208); }

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

background-color css

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

 a { background-color: rgb(158,166,208); }

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

border-color css

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

 span { border-color: rgb(158,166,208); }

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