Html Css Color HEX #A1E5B9 Vista Blue

📋 copy color: '#A1E5B9'

red 161 ◦ green 229 ◦ blue 185

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

Shades of Vista Blue #A1E5B9

Tints of Vista Blue #A1E5B9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.83%

 BLUE value IS 185 (72.66% from 255) = 32.17%

R = 28%
G = 39.83%
B = 32.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#A1E5B9 (or 0xA1E5B9) is known color: Vista Blue. HEX triplet: A1, E5 and B9. RGB value is (161,229,185). Sum of RGB (Red+Green+Blue) = 161+229+185=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5B9 is #5E1A46. Grayscale: #CBCBCB. Windows color (decimal): -6167111 or 12182945. OLE color: 12182945.

HSL color Cylindrical-coordinate representation of color #A1E5B9: hue angle of 141.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5B9 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 185 -
CMYK 0.30 0 0.19 0.10
HSL 141.18º 0.57% 0.76% -
HSV(B) 141.18º 0.3% 0.9% -
XYZ 51.47 67.12 56.14 -
YUV 203.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 161 229 185 0.30 0 0.19 0.10 141.18 0.57 0.76
Hex A1 E5 B9 1E 0 13 A 8D 39 4C
Octal 241 345 271 36 0 23 12 215 71 114
Binary 10100001 11100101 10111001 11110 0 10011 1010 10001101 111001 1001100

Color Harmonies of #A1E5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5B9

Black with #A1E5B9

Text Example


Text Example

White with #A1E5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5B9; }

 p { color: rgb(161,229,185); }

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

background-color css

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

 a { background-color: rgb(161,229,185); }

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

border-color css

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

 span { border-color: rgb(161,229,185); }

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