Html Css Color HEX #A1B6DD Echo Blue

📋 copy color: '#A1B6DD'

red 161 ◦ green 182 ◦ blue 221

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

Shades of Echo Blue #A1B6DD

Tints of Echo Blue #A1B6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.27%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 28.55%
G = 32.27%
B = 39.18%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1B6DD (or 0xA1B6DD) is known color: Echo Blue. HEX triplet: A1, B6 and DD. RGB value is (161,182,221). Sum of RGB (Red+Green+Blue) = 161+182+221=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6DD is #5E4922. Grayscale: #B3B3B3. Windows color (decimal): -6179107 or 14530209. OLE color: 14530209.

HSL color Cylindrical-coordinate representation of color #A1B6DD: hue angle of 219º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B6DD is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 182 221 -
CMYK 0.27 0.18 0 0.13
HSL 219º 0.47% 0.75% -
HSV(B) 219º 0.27% 0.87% -
XYZ 44.48 46.25 74.99 -
YUV 180.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 161 182 221 0.27 0.18 0 0.13 219 0.47 0.75
Hex A1 B6 DD 1B 12 0 D DB 2F 4B
Octal 241 266 335 33 22 0 15 333 57 113
Binary 10100001 10110110 11011101 11011 10010 0 1101 11011011 101111 1001011

Color Harmonies of #A1B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B6DD

Black with #A1B6DD

Text Example


Text Example

White with #A1B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B6DD; }

 p { color: rgb(161,182,221); }

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

background-color css

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

 a { background-color: rgb(161,182,221); }

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

border-color css

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

 span { border-color: rgb(161,182,221); }

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