Html Css Color HEX #A5B3DB Echo Blue

📋 copy color: '#A5B3DB'

red 165 ◦ green 179 ◦ blue 219

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

Shades of Echo Blue #A5B3DB

Tints of Echo Blue #A5B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.79%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 29.31%
G = 31.79%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5B3DB (or 0xA5B3DB) is known color: Echo Blue. HEX triplet: A5, B3 and DB. RGB value is (165,179,219). Sum of RGB (Red+Green+Blue) = 165+179+219=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3DB is #5A4C24. Grayscale: #B3B3B3. Windows color (decimal): -5917733 or 14398373. OLE color: 14398373.

HSL color Cylindrical-coordinate representation of color #A5B3DB: hue angle of 224.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B3DB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 179 219 -
CMYK 0.25 0.18 0 0.14
HSL 224.44º 0.43% 0.75% -
HSV(B) 224.44º 0.25% 0.86% -
XYZ 44.42 45.35 73.43 -
YUV 179.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 165 179 219 0.25 0.18 0 0.14 224.44 0.43 0.75
Hex A5 B3 DB 19 12 0 E E0 2B 4B
Octal 245 263 333 31 22 0 16 340 53 113
Binary 10100101 10110011 11011011 11001 10010 0 1110 11100000 101011 1001011

Color Harmonies of #A5B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B3DB

Black with #A5B3DB

Text Example


Text Example

White with #A5B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B3DB; }

 p { color: rgb(165,179,219); }

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

background-color css

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

 a { background-color: rgb(165,179,219); }

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

border-color css

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

 span { border-color: rgb(165,179,219); }

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