Html Css Color HEX #A1B0CC Echo Blue

📋 copy color: '#A1B0CC'

red 161 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #A1B0CC

Tints of Echo Blue #A1B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 29.76%
G = 32.53%
B = 37.71%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1B0CC (or 0xA1B0CC) is known color: Echo Blue. HEX triplet: A1, B0 and CC. RGB value is (161,176,204). Sum of RGB (Red+Green+Blue) = 161+176+204=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0CC is #5E4F33. Grayscale: #AEAEAE. Windows color (decimal): -6180660 or 13414561. OLE color: 13414561.

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

Color convert

RGB 161 176 204 -
CMYK 0.21 0.14 0 0.2
HSL 219.07º 0.3% 0.72% -
HSV(B) 219.07º 0.21% 0.8% -
XYZ 41.12 42.99 63.26 -
YUV 174.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 161 176 204 0.21 0.14 0 0.2 219.07 0.3 0.72
Hex A1 B0 CC 15 E 0 14 DB 1E 48
Octal 241 260 314 25 16 0 24 333 36 110
Binary 10100001 10110000 11001100 10101 1110 0 10100 11011011 11110 1001000

Color Harmonies of #A1B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B0CC

Black with #A1B0CC

Text Example


Text Example

White with #A1B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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