Html Css Color HEX #A1E5BA Vista Blue

📋 copy color: '#A1E5BA'

red 161 ◦ green 229 ◦ blue 186

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

Shades of Vista Blue #A1E5BA

Tints of Vista Blue #A1E5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 27.95%
G = 39.76%
B = 32.29%

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

#A1E5BA (or 0xA1E5BA) is known color: Vista Blue. HEX triplet: A1, E5 and BA. RGB value is (161,229,186). Sum of RGB (Red+Green+Blue) = 161+229+186=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5BA is #5E1A45. Grayscale: #CBCBCB. Windows color (decimal): -6167110 or 12248481. OLE color: 12248481.

HSL color Cylindrical-coordinate representation of color #A1E5BA: hue angle of 142.06º 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 #A1E5BA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 186 -
CMYK 0.30 0 0.19 0.10
HSL 142.06º 0.57% 0.76% -
HSV(B) 142.06º 0.3% 0.9% -
XYZ 51.58 67.16 56.7 -
YUV 203.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 161 229 186 0.30 0 0.19 0.10 142.06 0.57 0.76
Hex A1 E5 BA 1E 0 13 A 8E 39 4C
Octal 241 345 272 36 0 23 12 216 71 114
Binary 10100001 11100101 10111010 11110 0 10011 1010 10001110 111001 1001100

Color Harmonies of #A1E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5BA

Black with #A1E5BA

Text Example


Text Example

White with #A1E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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