Html Css Color HEX #A1B3CC Echo Blue

📋 copy color: '#A1B3CC'

red 161 ◦ green 179 ◦ blue 204

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

Shades of Echo Blue #A1B3CC

Tints of Echo Blue #A1B3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.9%

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

R = 29.6%
G = 32.9%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1B3CC (or 0xA1B3CC) is known color: Echo Blue. HEX triplet: A1, B3 and CC. RGB value is (161,179,204). Sum of RGB (Red+Green+Blue) = 161+179+204=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3CC is #5E4C33. Grayscale: #B0B0B0. Windows color (decimal): -6179892 or 13415329. OLE color: 13415329.

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

Color convert

RGB 161 179 204 -
CMYK 0.21 0.12 0 0.2
HSL 214.88º 0.3% 0.72% -
HSV(B) 214.88º 0.21% 0.8% -
XYZ 41.72 44.18 63.46 -
YUV 176.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 161 179 204 0.21 0.12 0 0.2 214.88 0.3 0.72
Hex A1 B3 CC 15 C 0 14 D7 1E 48
Octal 241 263 314 25 14 0 24 327 36 110
Binary 10100001 10110011 11001100 10101 1100 0 10100 11010111 11110 1001000

Color Harmonies of #A1B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B3CC

Black with #A1B3CC

Text Example


Text Example

White with #A1B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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