#A7DDBB

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

Shades of Vista Blue #A7DDBB

Tints of Vista Blue #A7DDBB

Color information

#A7DDBB (or 0xA7DDBB) is unknown color: approx Vista Blue. HEX triplet: A7, DD and BB. RGB value is (167,221,187). Sum of RGB (Red+Green+Blue) = 167+221+187=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDBB is #582244. Grayscale: #C9C9C9. Windows color (decimal): -5775941 or 12311975. OLE color: 12311975.

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

Color convert

RGB167221187-
CMYK0.2400.150.13
HSL142.22º44.26%76.08%-
HSV(B)142.22º24.43%86.67%-
XYZ50.7663.5256.6-
YUV200.98120.11103.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=29.04%
G=38.43%
B=32.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672211870.2400.150.13142.2244.2676.08
HexA7DDBB180FD8e2c4c
Octal247335273300171521654114
Binary10100111110111011011101111000011111101100011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDBB; }

 p { color: rgb(167,221,187); }

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

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

 a { background-color: rgb(167,221,187); }

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

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

 span { border-color: rgb(167,221,187); }

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