Html Css Color HEX #A4D8BA Vista Blue

📋 copy color: '#A4D8BA'

red 164 ◦ green 216 ◦ blue 186

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

Shades of Vista Blue #A4D8BA

Tints of Vista Blue #A4D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

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

R = 28.98%
G = 38.16%
B = 32.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A4D8BA (or 0xA4D8BA) is known color: Vista Blue. HEX triplet: A4, D8 and BA. RGB value is (164,216,186). Sum of RGB (Red+Green+Blue) = 164+216+186=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8BA is #5B2745. Grayscale: #C5C5C5. Windows color (decimal): -5973830 or 12245156. OLE color: 12245156.

HSL color Cylindrical-coordinate representation of color #A4D8BA: hue angle of 145.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D8BA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 216 186 -
CMYK 0.24 0 0.14 0.15
HSL 145.38º 0.4% 0.75% -
HSV(B) 145.38º 0.24% 0.85% -
XYZ 48.73 60.55 55.57 -
YUV 197.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 164 216 186 0.24 0 0.14 0.15 145.38 0.4 0.75
Hex A4 D8 BA 18 0 E F 91 28 4B
Octal 244 330 272 30 0 16 17 221 50 113
Binary 10100100 11011000 10111010 11000 0 1110 1111 10010001 101000 1001011

Color Harmonies of #A4D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D8BA

Black with #A4D8BA

Text Example


Text Example

White with #A4D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D8BA; }

 p { color: rgb(164,216,186); }

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

background-color css

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

 a { background-color: rgb(164,216,186); }

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

border-color css

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

 span { border-color: rgb(164,216,186); }

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