Html Css Color HEX #ABAEC2 Echo Blue

📋 copy color: '#ABAEC2'

red 171 ◦ green 174 ◦ blue 194

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

Shades of Echo Blue #ABAEC2

Tints of Echo Blue #ABAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 31.73%
G = 32.28%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABAEC2 (or 0xABAEC2) is known color: Echo Blue. HEX triplet: AB, AE and C2. RGB value is (171,174,194). Sum of RGB (Red+Green+Blue) = 171+174+194=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEC2 is #54513D. Grayscale: #AFAFAF. Windows color (decimal): -5525822 or 12758699. OLE color: 12758699.

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

Color convert

RGB 171 174 194 -
CMYK 0.12 0.10 0 0.24
HSL 232.17º 0.16% 0.72% -
HSV(B) 232.17º 0.12% 0.76% -
XYZ 41.67 42.83 57.11 -
YUV 175.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 171 174 194 0.12 0.10 0 0.24 232.17 0.16 0.72
Hex AB AE C2 C A 0 18 E8 10 48
Octal 253 256 302 14 12 0 30 350 20 110
Binary 10101011 10101110 11000010 1100 1010 0 11000 11101000 10000 1001000

Color Harmonies of #ABAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEC2

Black with #ABAEC2

Text Example


Text Example

White with #ABAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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