Html Css Color HEX #9EB4DC Echo Blue

📋 copy color: '#9EB4DC'

red 158 ◦ green 180 ◦ blue 220

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

Shades of Echo Blue #9EB4DC

Tints of Echo Blue #9EB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 28.32%
G = 32.26%
B = 39.43%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EB4DC (or 0x9EB4DC) is known color: Echo Blue. HEX triplet: 9E, B4 and DC. RGB value is (158,180,220). Sum of RGB (Red+Green+Blue) = 158+180+220=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB4DC is #614B23. Grayscale: #B1B1B1. Windows color (decimal): -6376228 or 14464158. OLE color: 14464158.

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

Color convert

RGB 158 180 220 -
CMYK 0.28 0.18 0 0.14
HSL 218.71º 0.47% 0.74% -
HSV(B) 218.71º 0.28% 0.86% -
XYZ 43.34 45.08 74.13 -
YUV 177.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 158 180 220 0.28 0.18 0 0.14 218.71 0.47 0.74
Hex 9E B4 DC 1C 12 0 E DB 2F 4A
Octal 236 264 334 34 22 0 16 333 57 112
Binary 10011110 10110100 11011100 11100 10010 0 1110 11011011 101111 1001010

Color Harmonies of #9EB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB4DC

Black with #9EB4DC

Text Example


Text Example

White with #9EB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,180,220); }

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

background-color css

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

 a { background-color: rgb(158,180,220); }

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

border-color css

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

 span { border-color: rgb(158,180,220); }

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