Html Css Color HEX #ABAFC4 Echo Blue

📋 copy color: '#ABAFC4'

red 171 ◦ green 175 ◦ blue 196

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

Shades of Echo Blue #ABAFC4

Tints of Echo Blue #ABAFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 31.55%
G = 32.29%
B = 36.16%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABAFC4 (or 0xABAFC4) is known color: Echo Blue. HEX triplet: AB, AF and C4. RGB value is (171,175,196). Sum of RGB (Red+Green+Blue) = 171+175+196=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC4 is #54503B. Grayscale: #B0B0B0. Windows color (decimal): -5525564 or 12890027. OLE color: 12890027.

HSL color Cylindrical-coordinate representation of color #ABAFC4: hue angle of 230.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAFC4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 175 196 -
CMYK 0.13 0.11 0 0.23
HSL 230.4º 0.17% 0.72% -
HSV(B) 230.4º 0.13% 0.77% -
XYZ 42.09 43.3 58.36 -
YUV 176.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 171 175 196 0.13 0.11 0 0.23 230.4 0.17 0.72
Hex AB AF C4 D B 0 17 E6 11 48
Octal 253 257 304 15 13 0 27 346 21 110
Binary 10101011 10101111 11000100 1101 1011 0 10111 11100110 10001 1001000

Color Harmonies of #ABAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFC4

Black with #ABAFC4

Text Example


Text Example

White with #ABAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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