Html Css Color HEX #9EA8E0 Echo Blue

📋 copy color: '#9EA8E0'

red 158 ◦ green 168 ◦ blue 224

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

Shades of Echo Blue #9EA8E0

Tints of Echo Blue #9EA8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 28.73%
G = 30.55%
B = 40.73%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EA8E0 (or 0x9EA8E0) is known color: Echo Blue. HEX triplet: 9E, A8 and E0. RGB value is (158,168,224). Sum of RGB (Red+Green+Blue) = 158+168+224=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EA8E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8E0 is #61571F. Grayscale: #ABABAB. Windows color (decimal): -6379296 or 14723230. OLE color: 14723230.

HSL color Cylindrical-coordinate representation of color #9EA8E0: hue angle of 230.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA8E0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 168 224 -
CMYK 0.29 0.25 0 0.12
HSL 230.91º 0.52% 0.75% -
HSV(B) 230.91º 0.29% 0.88% -
XYZ 41.56 40.66 76.18 -
YUV 171.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 158 168 224 0.29 0.25 0 0.12 230.91 0.52 0.75
Hex 9E A8 E0 1D 19 0 C E7 34 4B
Octal 236 250 340 35 31 0 14 347 64 113
Binary 10011110 10101000 11100000 11101 11001 0 1100 11100111 110100 1001011

Color Harmonies of #9EA8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8E0

Black with #9EA8E0

Text Example


Text Example

White with #9EA8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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