Html Css Color HEX #9EAAE0 Echo Blue

📋 copy color: '#9EAAE0'

red 158 ◦ green 170 ◦ blue 224

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

Shades of Echo Blue #9EAAE0

Tints of Echo Blue #9EAAE0

RGB

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

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

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

R = 28.62%
G = 30.8%
B = 40.58%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EAAE0 (or 0x9EAAE0) is known color: Echo Blue. HEX triplet: 9E, AA and E0. RGB value is (158,170,224). Sum of RGB (Red+Green+Blue) = 158+170+224=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAE0 is #61551F. Grayscale: #ACACAC. Windows color (decimal): -6378784 or 14723742. OLE color: 14723742.

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

Color convert

RGB 158 170 224 -
CMYK 0.29 0.24 0 0.12
HSL 229.09º 0.52% 0.75% -
HSV(B) 229.09º 0.29% 0.88% -
XYZ 41.93 41.4 76.3 -
YUV 172.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 158 170 224 0.29 0.24 0 0.12 229.09 0.52 0.75
Hex 9E AA E0 1D 18 0 C E5 34 4B
Octal 236 252 340 35 30 0 14 345 64 113
Binary 10011110 10101010 11100000 11101 11000 0 1100 11100101 110100 1001011

Color Harmonies of #9EAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAE0

Black with #9EAAE0

Text Example


Text Example

White with #9EAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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