Html Css Color HEX #ABAFC2 Echo Blue

📋 copy color: '#ABAFC2'

red 171 ◦ green 175 ◦ blue 194

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

Shades of Echo Blue #ABAFC2

Tints of Echo Blue #ABAFC2

RGB

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

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

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

R = 31.67%
G = 32.41%
B = 35.93%

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

#ABAFC2 (or 0xABAFC2) is known color: Echo Blue. HEX triplet: AB, AF and C2. RGB value is (171,175,194). Sum of RGB (Red+Green+Blue) = 171+175+194=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC2 is #54503D. Grayscale: #AFAFAF. Windows color (decimal): -5525566 or 12758955. OLE color: 12758955.

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

Color convert

RGB 171 175 194 -
CMYK 0.12 0.10 0 0.24
HSL 229.57º 0.16% 0.72% -
HSV(B) 229.57º 0.12% 0.76% -
XYZ 41.86 43.21 57.17 -
YUV 175.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 171 175 194 0.12 0.10 0 0.24 229.57 0.16 0.72
Hex AB AF C2 C A 0 18 E6 10 48
Octal 253 257 302 14 12 0 30 346 20 110
Binary 10101011 10101111 11000010 1100 1010 0 11000 11100110 10000 1001000

Color Harmonies of #ABAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFC2

Black with #ABAFC2

Text Example


Text Example

White with #ABAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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