Html Css Color HEX #A5AACB Echo Blue

📋 copy color: '#A5AACB'

red 165 ◦ green 170 ◦ blue 203

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

Shades of Echo Blue #A5AACB

Tints of Echo Blue #A5AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 30.67%
G = 31.6%
B = 37.73%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5AACB (or 0xA5AACB) is known color: Echo Blue. HEX triplet: A5, AA and CB. RGB value is (165,170,203). Sum of RGB (Red+Green+Blue) = 165+170+203=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AACB is #5A5534. Grayscale: #ACACAC. Windows color (decimal): -5920053 or 13347493. OLE color: 13347493.

HSL color Cylindrical-coordinate representation of color #A5AACB: hue angle of 232.11º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5AACB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 170 203 -
CMYK 0.19 0.16 0 0.20
HSL 232.11º 0.27% 0.72% -
HSV(B) 232.11º 0.19% 0.8% -
XYZ 40.67 41.06 62.28 -
YUV 172.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 165 170 203 0.19 0.16 0 0.20 232.11 0.27 0.72
Hex A5 AA CB 13 10 0 14 E8 1B 48
Octal 245 252 313 23 20 0 24 350 33 110
Binary 10100101 10101010 11001011 10011 10000 0 10100 11101000 11011 1001000

Color Harmonies of #A5AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AACB

Black with #A5AACB

Text Example


Text Example

White with #A5AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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