Html Css Color HEX #A4E0BD Vista Blue

📋 copy color: '#A4E0BD'

red 164 ◦ green 224 ◦ blue 189

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

Shades of Vista Blue #A4E0BD

Tints of Vista Blue #A4E0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

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

R = 28.42%
G = 38.82%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#A4E0BD (or 0xA4E0BD) is known color: Vista Blue. HEX triplet: A4, E0 and BD. RGB value is (164,224,189). Sum of RGB (Red+Green+Blue) = 164+224+189=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0BD is #5B1F42. Grayscale: #CACACA. Windows color (decimal): -5971779 or 12443812. OLE color: 12443812.

HSL color Cylindrical-coordinate representation of color #A4E0BD: hue angle of 145º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0BD is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 189 -
CMYK 0.27 0 0.16 0.12
HSL 145º 0.49% 0.76% -
HSV(B) 145º 0.27% 0.88% -
XYZ 51.15 64.88 57.97 -
YUV 202.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 164 224 189 0.27 0 0.16 0.12 145 0.49 0.76
Hex A4 E0 BD 1B 0 10 C 91 31 4C
Octal 244 340 275 33 0 20 14 221 61 114
Binary 10100100 11100000 10111101 11011 0 10000 1100 10010001 110001 1001100

Color Harmonies of #A4E0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E0BD

Black with #A4E0BD

Text Example


Text Example

White with #A4E0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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