#A7DCC1

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

Shades of Vista Blue #A7DCC1

Tints of Vista Blue #A7DCC1

Color information

#A7DCC1 (or 0xA7DCC1) is unknown color: approx Vista Blue. HEX triplet: A7, DC and C1. RGB value is (167,220,193). Sum of RGB (Red+Green+Blue) = 167+220+193=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC1 is #58233E. Grayscale: #C9C9C9. Windows color (decimal): -5776191 or 12704935. OLE color: 12704935.

HSL color Cylindrical-coordinate representation of color #A7DCC1: hue angle of 149.43º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCC1 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB167220193-
CMYK0.2400.120.14
HSL149.43º43.09%75.88%-
HSV(B)149.43º24.09%86.27%-
XYZ51.1663.2559.96-
YUV201.08123.44103.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=28.79%
G=37.93%
B=33.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201930.2400.120.14149.4343.0975.88
HexA7DCC1180CE952b4c
Octal247334301300141622553114
Binary10100111110111001100000111000011001110100101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCC1; }

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

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

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

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

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

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

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

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