Html Css Color HEX #9EACE0 Echo Blue

📋 copy color: '#9EACE0'

red 158 ◦ green 172 ◦ blue 224

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

Shades of Echo Blue #9EACE0

Tints of Echo Blue #9EACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.05%

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

R = 28.52%
G = 31.05%
B = 40.43%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EACE0 (or 0x9EACE0) is known color: Echo Blue. HEX triplet: 9E, AC and E0. RGB value is (158,172,224). Sum of RGB (Red+Green+Blue) = 158+172+224=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACE0 is #61531F. Grayscale: #ADADAD. Windows color (decimal): -6378272 or 14724254. OLE color: 14724254.

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

Color convert

RGB 158 172 224 -
CMYK 0.29 0.23 0 0.12
HSL 227.27º 0.52% 0.75% -
HSV(B) 227.27º 0.29% 0.88% -
XYZ 42.31 42.16 76.43 -
YUV 173.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 158 172 224 0.29 0.23 0 0.12 227.27 0.52 0.75
Hex 9E AC E0 1D 17 0 C E3 34 4B
Octal 236 254 340 35 27 0 14 343 64 113
Binary 10011110 10101100 11100000 11101 10111 0 1100 11100011 110100 1001011

Color Harmonies of #9EACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACE0

Black with #9EACE0

Text Example


Text Example

White with #9EACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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