Html Css Color HEX #A5AAC8 Echo Blue

📋 copy color: '#A5AAC8'

red 165 ◦ green 170 ◦ blue 200

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

Shades of Echo Blue #A5AAC8

Tints of Echo Blue #A5AAC8

RGB

 RED value IS 165 (64.84% from 255) = 30.84%

 GREEN value IS 170 (66.8% from 255) = 31.78%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 30.84%
G = 31.78%
B = 37.38%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A5AAC8 (or 0xA5AAC8) is known color: Echo Blue. HEX triplet: A5, AA and C8. RGB value is (165,170,200). Sum of RGB (Red+Green+Blue) = 165+170+200=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #A5AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAC8 is #5A5537. Grayscale: #ABABAB. Windows color (decimal): -5920056 or 13150885. OLE color: 13150885.

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

Color convert

RGB 165 170 200 -
CMYK 0.18 0.15 0 0.22
HSL 231.43º 0.24% 0.72% -
HSV(B) 231.43º 0.18% 0.78% -
XYZ 40.32 40.92 60.42 -
YUV 171.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 165 170 200 0.18 0.15 0 0.22 231.43 0.24 0.72
Hex A5 AA C8 12 F 0 16 E7 18 48
Octal 245 252 310 22 17 0 26 347 30 110
Binary 10100101 10101010 11001000 10010 1111 0 10110 11100111 11000 1001000

Color Harmonies of #A5AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAC8

Black with #A5AAC8

Text Example


Text Example

White with #A5AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAC8; }

 p { color: rgb(165,170,200); }

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

background-color css

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

 a { background-color: rgb(165,170,200); }

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

border-color css

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

 span { border-color: rgb(165,170,200); }

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