#A4DFBF

Color #A4DFBF Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #A4DFBF

Tints of Vista Blue #A4DFBF

Color information

#A4DFBF (or 0xA4DFBF) is unknown color: approx Vista Blue. HEX triplet: A4, DF and BF. RGB value is (164,223,191). Sum of RGB (Red+Green+Blue) = 164+223+191=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFBF is #5B2040. Grayscale: #C9C9C9. Windows color (decimal): -5972033 or 12574628. OLE color: 12574628.

HSL color Cylindrical-coordinate representation of color #A4DFBF: hue angle of 147.46º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFBF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB164223191-
CMYK0.2600.140.13
HSL147.46º47.97%75.88%-
HSV(B)147.46º26.46%87.45%-
XYZ51.164.4359.03-
YUV201.71121.95101.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 191 (75% from 255) = 33.04%
R=28.37%
G=38.58%
B=33.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231910.2600.140.13147.4647.9775.88
HexA4DFBF1A0ED93304c
Octal244337277320161522360114
Binary10100100110111111011111111010011101101100100111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFBF; }

 p { color: rgb(164,223,191); }

 H1.HeaderClassName
 {
   color: #A4DFBF;
 }
 .AnyTagClassName
 {
   color: #A4DFBF;
 }
</style>
background-color css

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

 a { background-color: rgb(164,223,191); }

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

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

 span { border-color: rgb(164,223,191); }

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