Html Css Color HEX #ABAEC1 Echo Blue

📋 copy color: '#ABAEC1'

red 171 ◦ green 174 ◦ blue 193

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

Shades of Echo Blue #ABAEC1

Tints of Echo Blue #ABAEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 31.78%
G = 32.34%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABAEC1 (or 0xABAEC1) is known color: Echo Blue. HEX triplet: AB, AE and C1. RGB value is (171,174,193). Sum of RGB (Red+Green+Blue) = 171+174+193=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEC1 is #54513E. Grayscale: #AFAFAF. Windows color (decimal): -5525823 or 12693163. OLE color: 12693163.

HSL color Cylindrical-coordinate representation of color #ABAEC1: hue angle of 231.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAEC1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 174 193 -
CMYK 0.11 0.10 0 0.24
HSL 231.82º 0.15% 0.71% -
HSV(B) 231.82º 0.11% 0.76% -
XYZ 41.56 42.78 56.52 -
YUV 175.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 171 174 193 0.11 0.10 0 0.24 231.82 0.15 0.71
Hex AB AE C1 B A 0 18 E8 F 47
Octal 253 256 301 13 12 0 30 350 17 107
Binary 10101011 10101110 11000001 1011 1010 0 11000 11101000 1111 1000111

Color Harmonies of #ABAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEC1

Black with #ABAEC1

Text Example


Text Example

White with #ABAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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