Html Css Color HEX #A4D7BA Vista Blue

📋 copy color: '#A4D7BA'

red 164 ◦ green 215 ◦ blue 186

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

Shades of Vista Blue #A4D7BA

Tints of Vista Blue #A4D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

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

R = 29.03%
G = 38.05%
B = 32.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#A4D7BA (or 0xA4D7BA) is known color: Vista Blue. HEX triplet: A4, D7 and BA. RGB value is (164,215,186). Sum of RGB (Red+Green+Blue) = 164+215+186=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7BA is #5B2845. Grayscale: #C4C4C4. Windows color (decimal): -5974086 or 12244900. OLE color: 12244900.

HSL color Cylindrical-coordinate representation of color #A4D7BA: hue angle of 145.88º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D7BA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 215 186 -
CMYK 0.24 0 0.13 0.16
HSL 145.88º 0.39% 0.74% -
HSV(B) 145.88º 0.24% 0.84% -
XYZ 48.47 60.04 55.49 -
YUV 196.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 164 215 186 0.24 0 0.13 0.16 145.88 0.39 0.74
Hex A4 D7 BA 18 0 D 10 92 27 4A
Octal 244 327 272 30 0 15 20 222 47 112
Binary 10100100 11010111 10111010 11000 0 1101 10000 10010010 100111 1001010

Color Harmonies of #A4D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D7BA

Black with #A4D7BA

Text Example


Text Example

White with #A4D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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