Html Css Color HEX #A1B1CF Echo Blue

📋 copy color: '#A1B1CF'

red 161 ◦ green 177 ◦ blue 207

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

Shades of Echo Blue #A1B1CF

Tints of Echo Blue #A1B1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 29.54%
G = 32.48%
B = 37.98%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1B1CF (or 0xA1B1CF) is known color: Echo Blue. HEX triplet: A1, B1 and CF. RGB value is (161,177,207). Sum of RGB (Red+Green+Blue) = 161+177+207=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1CF is #5E4E30. Grayscale: #AFAFAF. Windows color (decimal): -6180401 or 13611425. OLE color: 13611425.

HSL color Cylindrical-coordinate representation of color #A1B1CF: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1B1CF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 177 207 -
CMYK 0.22 0.14 0 0.19
HSL 219.13º 0.32% 0.72% -
HSV(B) 219.13º 0.22% 0.81% -
XYZ 41.68 43.53 65.24 -
YUV 175.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 161 177 207 0.22 0.14 0 0.19 219.13 0.32 0.72
Hex A1 B1 CF 16 E 0 13 DB 20 48
Octal 241 261 317 26 16 0 23 333 40 110
Binary 10100001 10110001 11001111 10110 1110 0 10011 11011011 100000 1001000

Color Harmonies of #A1B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B1CF

Black with #A1B1CF

Text Example


Text Example

White with #A1B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B1CF; }

 p { color: rgb(161,177,207); }

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

background-color css

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

 a { background-color: rgb(161,177,207); }

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

border-color css

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

 span { border-color: rgb(161,177,207); }

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