Html Css Color HEX #A1B7CD Echo Blue

📋 copy color: '#A1B7CD'

red 161 ◦ green 183 ◦ blue 205

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

Shades of Echo Blue #A1B7CD

Tints of Echo Blue #A1B7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 29.33%
G = 33.33%
B = 37.34%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1B7CD (or 0xA1B7CD) is known color: Echo Blue. HEX triplet: A1, B7 and CD. RGB value is (161,183,205). Sum of RGB (Red+Green+Blue) = 161+183+205=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7CD is #5E4832. Grayscale: #B2B2B2. Windows color (decimal): -6178867 or 13481889. OLE color: 13481889.

HSL color Cylindrical-coordinate representation of color #A1B7CD: hue angle of 210º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B7CD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 183 205 -
CMYK 0.21 0.11 0 0.20
HSL 210º 0.31% 0.72% -
HSV(B) 210º 0.21% 0.8% -
XYZ 42.65 45.85 64.36 -
YUV 178.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 161 183 205 0.21 0.11 0 0.20 210 0.31 0.72
Hex A1 B7 CD 15 B 0 14 D2 1F 48
Octal 241 267 315 25 13 0 24 322 37 110
Binary 10100001 10110111 11001101 10101 1011 0 10100 11010010 11111 1001000

Color Harmonies of #A1B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B7CD

Black with #A1B7CD

Text Example


Text Example

White with #A1B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B7CD; }

 p { color: rgb(161,183,205); }

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

background-color css

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

 a { background-color: rgb(161,183,205); }

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

border-color css

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

 span { border-color: rgb(161,183,205); }

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