Html Css Color HEX #A1B5DB Echo Blue

📋 copy color: '#A1B5DB'

red 161 ◦ green 181 ◦ blue 219

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

Shades of Echo Blue #A1B5DB

Tints of Echo Blue #A1B5DB

RGB

 RED value IS 161 (63.28% from 255) = 28.7%

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

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

R = 28.7%
G = 32.26%
B = 39.04%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1B5DB (or 0xA1B5DB) is known color: Echo Blue. HEX triplet: A1, B5 and DB. RGB value is (161,181,219). Sum of RGB (Red+Green+Blue) = 161+181+219=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5DB is #5E4A24. Grayscale: #B3B3B3. Windows color (decimal): -6179365 or 14398881. OLE color: 14398881.

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

Color convert

RGB 161 181 219 -
CMYK 0.26 0.17 0 0.14
HSL 219.31º 0.45% 0.75% -
HSV(B) 219.31º 0.26% 0.86% -
XYZ 44.01 45.74 73.53 -
YUV 179.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 161 181 219 0.26 0.17 0 0.14 219.31 0.45 0.75
Hex A1 B5 DB 1A 11 0 E DB 2D 4B
Octal 241 265 333 32 21 0 16 333 55 113
Binary 10100001 10110101 11011011 11010 10001 0 1110 11011011 101101 1001011

Color Harmonies of #A1B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5DB

Black with #A1B5DB

Text Example


Text Example

White with #A1B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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