Html Css Color HEX #A1B6D0 Echo Blue

📋 copy color: '#A1B6D0'

red 161 ◦ green 182 ◦ blue 208

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

Shades of Echo Blue #A1B6D0

Tints of Echo Blue #A1B6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 29.22%
G = 33.03%
B = 37.75%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A1B6D0 (or 0xA1B6D0) is known color: Echo Blue. HEX triplet: A1, B6 and D0. RGB value is (161,182,208). Sum of RGB (Red+Green+Blue) = 161+182+208=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1B6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6D0 is #5E492F. Grayscale: #B2B2B2. Windows color (decimal): -6179120 or 13678241. OLE color: 13678241.

HSL color Cylindrical-coordinate representation of color #A1B6D0: hue angle of 213.19º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B6D0 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 182 208 -
CMYK 0.23 0.12 0 0.18
HSL 213.19º 0.33% 0.72% -
HSV(B) 213.19º 0.23% 0.82% -
XYZ 42.81 45.59 66.22 -
YUV 178.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 161 182 208 0.23 0.12 0 0.18 213.19 0.33 0.72
Hex A1 B6 D0 17 C 0 12 D5 21 48
Octal 241 266 320 27 14 0 22 325 41 110
Binary 10100001 10110110 11010000 10111 1100 0 10010 11010101 100001 1001000

Color Harmonies of #A1B6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B6D0

Black with #A1B6D0

Text Example


Text Example

White with #A1B6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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