#A7DCBD

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

Shades of Vista Blue #A7DCBD

Tints of Vista Blue #A7DCBD

Color information

#A7DCBD (or 0xA7DCBD) is unknown color: approx Vista Blue. HEX triplet: A7, DC and BD. RGB value is (167,220,189). Sum of RGB (Red+Green+Blue) = 167+220+189=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCBD is #582342. Grayscale: #C8C8C8. Windows color (decimal): -5776195 or 12442791. OLE color: 12442791.

HSL color Cylindrical-coordinate representation of color #A7DCBD: hue angle of 144.91º 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 #A7DCBD is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB167220189-
CMYK0.2400.140.14
HSL144.91º43.09%75.88%-
HSV(B)144.91º24.09%86.27%-
XYZ50.7163.0857.65-
YUV200.62121.44104.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.99%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=28.99%
G=38.19%
B=32.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201890.2400.140.14144.9143.0975.88
HexA7DCBD180EE912b4c
Octal247334275300161622153114
Binary10100111110111001011110111000011101110100100011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCBD; }

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

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

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

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

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

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

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

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