#A7DFC1

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

Shades of Vista Blue #A7DFC1

Tints of Vista Blue #A7DFC1

Color information

#A7DFC1 (or 0xA7DFC1) is unknown color: approx Vista Blue. HEX triplet: A7, DF and C1. RGB value is (167,223,193). Sum of RGB (Red+Green+Blue) = 167+223+193=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFC1 is #58203E. Grayscale: #CACACA. Windows color (decimal): -5775423 or 12705703. OLE color: 12705703.

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

Color convert

RGB167223193-
CMYK0.2500.130.13
HSL147.86º46.67%76.47%-
HSV(B)147.86º25.11%87.45%-
XYZ51.9564.8460.23-
YUV202.84122.45102.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.64%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=28.64%
G=38.25%
B=33.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672231930.2500.130.13147.8646.6776.47
HexA7DFC1190DD942f4c
Octal247337301310151522457114
Binary10100111110111111100000111001011011101100101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFC1; }

 p { color: rgb(167,223,193); }

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

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

 a { background-color: rgb(167,223,193); }

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

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

 span { border-color: rgb(167,223,193); }

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