Html Css Color HEX #A4E5BD Vista Blue

📋 copy color: '#A4E5BD'

red 164 ◦ green 229 ◦ blue 189

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

Shades of Vista Blue #A4E5BD

Tints of Vista Blue #A4E5BD

RGB

 RED value IS 164 (64.45% from 255) = 28.18%

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

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 28.18%
G = 39.35%
B = 32.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#A4E5BD (or 0xA4E5BD) is known color: Vista Blue. HEX triplet: A4, E5 and BD. RGB value is (164,229,189). Sum of RGB (Red+Green+Blue) = 164+229+189=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5BD is #5B1A42. Grayscale: #CDCDCD. Windows color (decimal): -5970499 or 12445092. OLE color: 12445092.

HSL color Cylindrical-coordinate representation of color #A4E5BD: hue angle of 143.08º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5BD is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 229 189 -
CMYK 0.28 0 0.17 0.10
HSL 143.08º 0.56% 0.77% -
HSV(B) 143.08º 0.28% 0.9% -
XYZ 52.51 67.61 58.43 -
YUV 205.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 164 229 189 0.28 0 0.17 0.10 143.08 0.56 0.77
Hex A4 E5 BD 1C 0 11 A 8F 38 4D
Octal 244 345 275 34 0 21 12 217 70 115
Binary 10100100 11100101 10111101 11100 0 10001 1010 10001111 111000 1001101

Color Harmonies of #A4E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E5BD

Black with #A4E5BD

Text Example


Text Example

White with #A4E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E5BD; }

 p { color: rgb(164,229,189); }

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

background-color css

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

 a { background-color: rgb(164,229,189); }

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

border-color css

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

 span { border-color: rgb(164,229,189); }

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