Html Css Color HEX #9EAEDE Echo Blue

📋 copy color: '#9EAEDE'

red 158 ◦ green 174 ◦ blue 222

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

Shades of Echo Blue #9EAEDE

Tints of Echo Blue #9EAEDE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 28.52%
G = 31.41%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EAEDE (or 0x9EAEDE) is known color: Echo Blue. HEX triplet: 9E, AE and DE. RGB value is (158,174,222). Sum of RGB (Red+Green+Blue) = 158+174+222=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDE is #615121. Grayscale: #AEAEAE. Windows color (decimal): -6377762 or 14593694. OLE color: 14593694.

HSL color Cylindrical-coordinate representation of color #9EAEDE: hue angle of 225º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAEDE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 174 222 -
CMYK 0.29 0.22 0 0.13
HSL 225º 0.49% 0.75% -
HSV(B) 225º 0.29% 0.87% -
XYZ 42.42 42.82 75.14 -
YUV 174.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 158 174 222 0.29 0.22 0 0.13 225 0.49 0.75
Hex 9E AE DE 1D 16 0 D E1 31 4B
Octal 236 256 336 35 26 0 15 341 61 113
Binary 10011110 10101110 11011110 11101 10110 0 1101 11100001 110001 1001011

Color Harmonies of #9EAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEDE

Black with #9EAEDE

Text Example


Text Example

White with #9EAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,222); }

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

background-color css

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

 a { background-color: rgb(158,174,222); }

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

border-color css

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

 span { border-color: rgb(158,174,222); }

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