Html Css Color HEX #A1B5CF Echo Blue

📋 copy color: '#A1B5CF'

red 161 ◦ green 181 ◦ blue 207

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

Shades of Echo Blue #A1B5CF

Tints of Echo Blue #A1B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.97%

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

R = 29.33%
G = 32.97%
B = 37.7%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1B5CF (or 0xA1B5CF) is known color: Echo Blue. HEX triplet: A1, B5 and CF. RGB value is (161,181,207). Sum of RGB (Red+Green+Blue) = 161+181+207=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5CF is #5E4A30. Grayscale: #B1B1B1. Windows color (decimal): -6179377 or 13612449. OLE color: 13612449.

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

Color convert

RGB 161 181 207 -
CMYK 0.22 0.13 0 0.19
HSL 213.91º 0.32% 0.72% -
HSV(B) 213.91º 0.22% 0.81% -
XYZ 42.48 45.13 65.5 -
YUV 177.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 161 181 207 0.22 0.13 0 0.19 213.91 0.32 0.72
Hex A1 B5 CF 16 D 0 13 D6 20 48
Octal 241 265 317 26 15 0 23 326 40 110
Binary 10100001 10110101 11001111 10110 1101 0 10011 11010110 100000 1001000

Color Harmonies of #A1B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5CF

Black with #A1B5CF

Text Example


Text Example

White with #A1B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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