Html Css Color HEX #ABAFC6 Echo Blue

📋 copy color: '#ABAFC6'

red 171 ◦ green 175 ◦ blue 198

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

Shades of Echo Blue #ABAFC6

Tints of Echo Blue #ABAFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 31.43%
G = 32.17%
B = 36.4%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ABAFC6 (or 0xABAFC6) is known color: Echo Blue. HEX triplet: AB, AF and C6. RGB value is (171,175,198). Sum of RGB (Red+Green+Blue) = 171+175+198=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABAFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC6 is #545039. Grayscale: #B0B0B0. Windows color (decimal): -5525562 or 13021099. OLE color: 13021099.

HSL color Cylindrical-coordinate representation of color #ABAFC6: hue angle of 231.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABAFC6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 175 198 -
CMYK 0.14 0.12 0 0.22
HSL 231.11º 0.19% 0.72% -
HSV(B) 231.11º 0.14% 0.78% -
XYZ 42.32 43.4 59.57 -
YUV 176.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 171 175 198 0.14 0.12 0 0.22 231.11 0.19 0.72
Hex AB AF C6 E C 0 16 E7 13 48
Octal 253 257 306 16 14 0 26 347 23 110
Binary 10101011 10101111 11000110 1110 1100 0 10110 11100111 10011 1001000

Color Harmonies of #ABAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFC6

Black with #ABAFC6

Text Example


Text Example

White with #ABAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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