Html Css Color HEX #A4B5DB Echo Blue

📋 copy color: '#A4B5DB'

red 164 ◦ green 181 ◦ blue 219

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

Shades of Echo Blue #A4B5DB

Tints of Echo Blue #A4B5DB

RGB

 RED value IS 164 (64.45% from 255) = 29.08%

 GREEN value IS 181 (71.09% from 255) = 32.09%

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

R = 29.08%
G = 32.09%
B = 38.83%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4B5DB (or 0xA4B5DB) is known color: Echo Blue. HEX triplet: A4, B5 and DB. RGB value is (164,181,219). Sum of RGB (Red+Green+Blue) = 164+181+219=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5DB is #5B4A24. Grayscale: #B4B4B4. Windows color (decimal): -5982757 or 14398884. OLE color: 14398884.

HSL color Cylindrical-coordinate representation of color #A4B5DB: hue angle of 221.45º 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 #A4B5DB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 181 219 -
CMYK 0.25 0.17 0 0.14
HSL 221.45º 0.43% 0.75% -
HSV(B) 221.45º 0.25% 0.86% -
XYZ 44.62 46.05 73.56 -
YUV 180.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 164 181 219 0.25 0.17 0 0.14 221.45 0.43 0.75
Hex A4 B5 DB 19 11 0 E DD 2B 4B
Octal 244 265 333 31 21 0 16 335 53 113
Binary 10100100 10110101 11011011 11001 10001 0 1110 11011101 101011 1001011

Color Harmonies of #A4B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B5DB

Black with #A4B5DB

Text Example


Text Example

White with #A4B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B5DB; }

 p { color: rgb(164,181,219); }

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

background-color css

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

 a { background-color: rgb(164,181,219); }

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

border-color css

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

 span { border-color: rgb(164,181,219); }

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