Html Css Color HEX #ABAEC0 Echo Blue

📋 copy color: '#ABAEC0'

red 171 ◦ green 174 ◦ blue 192

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

Shades of Echo Blue #ABAEC0

Tints of Echo Blue #ABAEC0

RGB

 RED value IS 171 (67.19% from 255) = 31.84%

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 31.84%
G = 32.4%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABAEC0 (or 0xABAEC0) is known color: Echo Blue. HEX triplet: AB, AE and C0. RGB value is (171,174,192). Sum of RGB (Red+Green+Blue) = 171+174+192=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEC0 is #54513F. Grayscale: #AFAFAF. Windows color (decimal): -5525824 or 12627627. OLE color: 12627627.

HSL color Cylindrical-coordinate representation of color #ABAEC0: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAEC0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 174 192 -
CMYK 0.11 0.09 0 0.25
HSL 231.43º 0.14% 0.71% -
HSV(B) 231.43º 0.11% 0.75% -
XYZ 41.45 42.74 55.93 -
YUV 175.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 171 174 192 0.11 0.09 0 0.25 231.43 0.14 0.71
Hex AB AE C0 B 9 0 19 E7 E 47
Octal 253 256 300 13 11 0 31 347 16 107
Binary 10101011 10101110 11000000 1011 1001 0 11001 11100111 1110 1000111

Color Harmonies of #ABAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEC0

Black with #ABAEC0

Text Example


Text Example

White with #ABAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEC0; }

 p { color: rgb(171,174,192); }

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

background-color css

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

 a { background-color: rgb(171,174,192); }

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

border-color css

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

 span { border-color: rgb(171,174,192); }

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