Html Css Color HEX #ABAFC1 Echo Blue

📋 copy color: '#ABAFC1'

red 171 ◦ green 175 ◦ blue 193

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

Shades of Echo Blue #ABAFC1

Tints of Echo Blue #ABAFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.47%

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

R = 31.73%
G = 32.47%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABAFC1 (or 0xABAFC1) is known color: Echo Blue. HEX triplet: AB, AF and C1. RGB value is (171,175,193). Sum of RGB (Red+Green+Blue) = 171+175+193=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC1 is #54503E. Grayscale: #AFAFAF. Windows color (decimal): -5525567 or 12693419. OLE color: 12693419.

HSL color Cylindrical-coordinate representation of color #ABAFC1: hue angle of 229.09º 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 #ABAFC1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 175 193 -
CMYK 0.11 0.09 0 0.24
HSL 229.09º 0.15% 0.71% -
HSV(B) 229.09º 0.11% 0.76% -
XYZ 41.75 43.17 56.58 -
YUV 175.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 171 175 193 0.11 0.09 0 0.24 229.09 0.15 0.71
Hex AB AF C1 B 9 0 18 E5 F 47
Octal 253 257 301 13 11 0 30 345 17 107
Binary 10101011 10101111 11000001 1011 1001 0 11000 11100101 1111 1000111

Color Harmonies of #ABAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFC1

Black with #ABAFC1

Text Example


Text Example

White with #ABAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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