Html Css Color HEX #A1B4CC Echo Blue

📋 copy color: '#A1B4CC'

red 161 ◦ green 180 ◦ blue 204

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

Shades of Echo Blue #A1B4CC

Tints of Echo Blue #A1B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.03%

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

R = 29.54%
G = 33.03%
B = 37.43%

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

#A1B4CC (or 0xA1B4CC) is known color: Echo Blue. HEX triplet: A1, B4 and CC. RGB value is (161,180,204). Sum of RGB (Red+Green+Blue) = 161+180+204=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4CC is #5E4B33. Grayscale: #B0B0B0. Windows color (decimal): -6179636 or 13415585. OLE color: 13415585.

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

Color convert

RGB 161 180 204 -
CMYK 0.21 0.12 0 0.2
HSL 213.49º 0.3% 0.72% -
HSV(B) 213.49º 0.21% 0.8% -
XYZ 41.92 44.58 63.52 -
YUV 177.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 161 180 204 0.21 0.12 0 0.2 213.49 0.3 0.72
Hex A1 B4 CC 15 C 0 14 D5 1E 48
Octal 241 264 314 25 14 0 24 325 36 110
Binary 10100001 10110100 11001100 10101 1100 0 10100 11010101 11110 1001000

Color Harmonies of #A1B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4CC

Black with #A1B4CC

Text Example


Text Example

White with #A1B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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