Html Css Color HEX #9EACCC Echo Blue

📋 copy color: '#9EACCC'

red 158 ◦ green 172 ◦ blue 204

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

Shades of Echo Blue #9EACCC

Tints of Echo Blue #9EACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 29.59%
G = 32.21%
B = 38.2%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9EACCC (or 0x9EACCC) is known color: Echo Blue. HEX triplet: 9E, AC and CC. RGB value is (158,172,204). Sum of RGB (Red+Green+Blue) = 158+172+204=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACCC is #615333. Grayscale: #ABABAB. Windows color (decimal): -6378292 or 13413534. OLE color: 13413534.

HSL color Cylindrical-coordinate representation of color #9EACCC: hue angle of 221.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EACCC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 172 204 -
CMYK 0.23 0.16 0 0.2
HSL 221.74º 0.31% 0.71% -
HSV(B) 221.74º 0.23% 0.8% -
XYZ 39.75 41.13 62.97 -
YUV 171.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 158 172 204 0.23 0.16 0 0.2 221.74 0.31 0.71
Hex 9E AC CC 17 10 0 14 DE 1F 47
Octal 236 254 314 27 20 0 24 336 37 107
Binary 10011110 10101100 11001100 10111 10000 0 10100 11011110 11111 1000111

Color Harmonies of #9EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACCC

Black with #9EACCC

Text Example


Text Example

White with #9EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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