Html Css Color HEX #A1B2CD Echo Blue

📋 copy color: '#A1B2CD'

red 161 ◦ green 178 ◦ blue 205

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

Shades of Echo Blue #A1B2CD

Tints of Echo Blue #A1B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

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

R = 29.6%
G = 32.72%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1B2CD (or 0xA1B2CD) is known color: Echo Blue. HEX triplet: A1, B2 and CD. RGB value is (161,178,205). Sum of RGB (Red+Green+Blue) = 161+178+205=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2CD is #5E4D32. Grayscale: #AFAFAF. Windows color (decimal): -6180147 or 13480609. OLE color: 13480609.

HSL color Cylindrical-coordinate representation of color #A1B2CD: hue angle of 216.82º 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 #A1B2CD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 178 205 -
CMYK 0.21 0.13 0 0.20
HSL 216.82º 0.31% 0.72% -
HSV(B) 216.82º 0.21% 0.8% -
XYZ 41.64 43.83 64.02 -
YUV 176 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 161 178 205 0.21 0.13 0 0.20 216.82 0.31 0.72
Hex A1 B2 CD 15 D 0 14 D9 1F 48
Octal 241 262 315 25 15 0 24 331 37 110
Binary 10100001 10110010 11001101 10101 1101 0 10100 11011001 11111 1001000

Color Harmonies of #A1B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B2CD

Black with #A1B2CD

Text Example


Text Example

White with #A1B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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