Html Css Color HEX #A1E5BC Vista Blue

📋 copy color: '#A1E5BC'

red 161 ◦ green 229 ◦ blue 188

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

Shades of Vista Blue #A1E5BC

Tints of Vista Blue #A1E5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 27.85%
G = 39.62%
B = 32.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#A1E5BC (or 0xA1E5BC) is known color: Vista Blue. HEX triplet: A1, E5 and BC. RGB value is (161,229,188). Sum of RGB (Red+Green+Blue) = 161+229+188=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5BC is #5E1A43. Grayscale: #CCCCCC. Windows color (decimal): -6167108 or 12379553. OLE color: 12379553.

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

Color convert

RGB 161 229 188 -
CMYK 0.30 0 0.18 0.10
HSL 143.82º 0.57% 0.76% -
HSV(B) 143.82º 0.3% 0.9% -
XYZ 51.79 67.25 57.83 -
YUV 203.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 161 229 188 0.30 0 0.18 0.10 143.82 0.57 0.76
Hex A1 E5 BC 1E 0 12 A 90 39 4C
Octal 241 345 274 36 0 22 12 220 71 114
Binary 10100001 11100101 10111100 11110 0 10010 1010 10010000 111001 1001100

Color Harmonies of #A1E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5BC

Black with #A1E5BC

Text Example


Text Example

White with #A1E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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