Html Css Color HEX #A1CEB1 Vista Blue

📋 copy color: '#A1CEB1'

red 161 ◦ green 206 ◦ blue 177

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

Shades of Vista Blue #A1CEB1

Tints of Vista Blue #A1CEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

 BLUE value IS 177 (69.53% from 255) = 32.54%

R = 29.6%
G = 37.87%
B = 32.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#A1CEB1 (or 0xA1CEB1) is known color: Vista Blue. HEX triplet: A1, CE and B1. RGB value is (161,206,177). Sum of RGB (Red+Green+Blue) = 161+206+177=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEB1 is #5E314E. Grayscale: #BDBDBD. Windows color (decimal): -6173007 or 11652769. OLE color: 11652769.

HSL color Cylindrical-coordinate representation of color #A1CEB1: hue angle of 141.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEB1 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 177 -
CMYK 0.22 0 0.14 0.19
HSL 141.33º 0.31% 0.72% -
HSV(B) 141.33º 0.22% 0.81% -
XYZ 44.71 54.89 49.83 -
YUV 189.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 161 206 177 0.22 0 0.14 0.19 141.33 0.31 0.72
Hex A1 CE B1 16 0 E 13 8D 1F 48
Octal 241 316 261 26 0 16 23 215 37 110
Binary 10100001 11001110 10110001 10110 0 1110 10011 10001101 11111 1001000

Color Harmonies of #A1CEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEB1

Black with #A1CEB1

Text Example


Text Example

White with #A1CEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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