Html Css Color HEX #A8AFC7 Echo Blue

📋 copy color: '#A8AFC7'

red 168 ◦ green 175 ◦ blue 199

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

Shades of Echo Blue #A8AFC7

Tints of Echo Blue #A8AFC7

RGB

 RED value IS 168 (66.02% from 255) = 31%

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

 BLUE value IS 199 (78.13% from 255) = 36.72%

R = 31%
G = 32.29%
B = 36.72%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8AFC7 (or 0xA8AFC7) is known color: Echo Blue. HEX triplet: A8, AF and C7. RGB value is (168,175,199). Sum of RGB (Red+Green+Blue) = 168+175+199=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFC7 is #575038. Grayscale: #AFAFAF. Windows color (decimal): -5722169 or 13086632. OLE color: 13086632.

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

Color convert

RGB 168 175 199 -
CMYK 0.16 0.12 0 0.22
HSL 226.45º 0.22% 0.72% -
HSV(B) 226.45º 0.16% 0.78% -
XYZ 41.79 43.11 60.15 -
YUV 175.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 168 175 199 0.16 0.12 0 0.22 226.45 0.22 0.72
Hex A8 AF C7 10 C 0 16 E2 16 48
Octal 250 257 307 20 14 0 26 342 26 110
Binary 10101000 10101111 11000111 10000 1100 0 10110 11100010 10110 1001000

Color Harmonies of #A8AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AFC7

Black with #A8AFC7

Text Example


Text Example

White with #A8AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AFC7; }

 p { color: rgb(168,175,199); }

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

background-color css

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

 a { background-color: rgb(168,175,199); }

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

border-color css

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

 span { border-color: rgb(168,175,199); }

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