Html Css Color HEX #A1B6CC Echo Blue

📋 copy color: '#A1B6CC'

red 161 ◦ green 182 ◦ blue 204

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

Shades of Echo Blue #A1B6CC

Tints of Echo Blue #A1B6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 29.43%
G = 33.27%
B = 37.29%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1B6CC (or 0xA1B6CC) is known color: Echo Blue. HEX triplet: A1, B6 and CC. RGB value is (161,182,204). Sum of RGB (Red+Green+Blue) = 161+182+204=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6CC is #5E4933. Grayscale: #B2B2B2. Windows color (decimal): -6179124 or 13416097. OLE color: 13416097.

HSL color Cylindrical-coordinate representation of color #A1B6CC: hue angle of 210.7º degrees, saturation: 0.3, 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 #A1B6CC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 182 204 -
CMYK 0.21 0.11 0 0.2
HSL 210.7º 0.3% 0.72% -
HSV(B) 210.7º 0.21% 0.8% -
XYZ 42.32 45.39 63.66 -
YUV 178.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 161 182 204 0.21 0.11 0 0.2 210.7 0.3 0.72
Hex A1 B6 CC 15 B 0 14 D3 1E 48
Octal 241 266 314 25 13 0 24 323 36 110
Binary 10100001 10110110 11001100 10101 1011 0 10100 11010011 11110 1001000

Color Harmonies of #A1B6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B6CC

Black with #A1B6CC

Text Example


Text Example

White with #A1B6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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