Html Css Color HEX #A1B4CB Echo Blue

📋 copy color: '#A1B4CB'

red 161 ◦ green 180 ◦ blue 203

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

Shades of Echo Blue #A1B4CB

Tints of Echo Blue #A1B4CB

RGB

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

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

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

R = 29.6%
G = 33.09%
B = 37.32%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1B4CB (or 0xA1B4CB) is known color: Echo Blue. HEX triplet: A1, B4 and CB. RGB value is (161,180,203). Sum of RGB (Red+Green+Blue) = 161+180+203=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4CB is #5E4B34. Grayscale: #B0B0B0. Windows color (decimal): -6179637 or 13350049. OLE color: 13350049.

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

Color convert

RGB 161 180 203 -
CMYK 0.21 0.11 0 0.20
HSL 212.86º 0.29% 0.71% -
HSV(B) 212.86º 0.21% 0.8% -
XYZ 41.8 44.53 62.89 -
YUV 176.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 161 180 203 0.21 0.11 0 0.20 212.86 0.29 0.71
Hex A1 B4 CB 15 B 0 14 D5 1D 47
Octal 241 264 313 25 13 0 24 325 35 107
Binary 10100001 10110100 11001011 10101 1011 0 10100 11010101 11101 1000111

Color Harmonies of #A1B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4CB

Black with #A1B4CB

Text Example


Text Example

White with #A1B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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