Html Css Color HEX #A4E6BD Vista Blue

📋 copy color: '#A4E6BD'

red 164 ◦ green 230 ◦ blue 189

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

Shades of Vista Blue #A4E6BD

Tints of Vista Blue #A4E6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.45%

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

R = 28.13%
G = 39.45%
B = 32.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#A4E6BD (or 0xA4E6BD) is known color: Vista Blue. HEX triplet: A4, E6 and BD. RGB value is (164,230,189). Sum of RGB (Red+Green+Blue) = 164+230+189=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6BD is #5B1942. Grayscale: #CDCDCD. Windows color (decimal): -5970243 or 12445348. OLE color: 12445348.

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

Color convert

RGB 164 230 189 -
CMYK 0.29 0 0.18 0.10
HSL 142.73º 0.57% 0.77% -
HSV(B) 142.73º 0.29% 0.9% -
XYZ 52.79 68.16 58.52 -
YUV 205.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 164 230 189 0.29 0 0.18 0.10 142.73 0.57 0.77
Hex A4 E6 BD 1D 0 12 A 8F 39 4D
Octal 244 346 275 35 0 22 12 217 71 115
Binary 10100100 11100110 10111101 11101 0 10010 1010 10001111 111001 1001101

Color Harmonies of #A4E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E6BD

Black with #A4E6BD

Text Example


Text Example

White with #A4E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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