Html Css Color HEX #A1B1CB Echo Blue

📋 copy color: '#A1B1CB'

red 161 ◦ green 177 ◦ blue 203

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

Shades of Echo Blue #A1B1CB

Tints of Echo Blue #A1B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.72%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 29.76%
G = 32.72%
B = 37.52%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1B1CB (or 0xA1B1CB) is known color: Echo Blue. HEX triplet: A1, B1 and CB. RGB value is (161,177,203). Sum of RGB (Red+Green+Blue) = 161+177+203=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1CB is #5E4E34. Grayscale: #AFAFAF. Windows color (decimal): -6180405 or 13349281. OLE color: 13349281.

HSL color Cylindrical-coordinate representation of color #A1B1CB: hue angle of 217.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B1CB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 177 203 -
CMYK 0.21 0.13 0 0.20
HSL 217.14º 0.29% 0.71% -
HSV(B) 217.14º 0.21% 0.8% -
XYZ 41.2 43.33 62.69 -
YUV 175.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 161 177 203 0.21 0.13 0 0.20 217.14 0.29 0.71
Hex A1 B1 CB 15 D 0 14 D9 1D 47
Octal 241 261 313 25 15 0 24 331 35 107
Binary 10100001 10110001 11001011 10101 1101 0 10100 11011001 11101 1000111

Color Harmonies of #A1B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B1CB

Black with #A1B1CB

Text Example


Text Example

White with #A1B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B1CB; }

 p { color: rgb(161,177,203); }

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

background-color css

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

 a { background-color: rgb(161,177,203); }

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

border-color css

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

 span { border-color: rgb(161,177,203); }

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