#A5D6BF

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

Shades of Vista Blue #A5D6BF

Tints of Vista Blue #A5D6BF

Color information

#A5D6BF (or 0xA5D6BF) is unknown color: approx Vista Blue. HEX triplet: A5, D6 and BF. RGB value is (165,214,191). Sum of RGB (Red+Green+Blue) = 165+214+191=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6BF is #5A2940. Grayscale: #C4C4C4. Windows color (decimal): -5908801 or 12572325. OLE color: 12572325.

HSL color Cylindrical-coordinate representation of color #A5D6BF: hue angle of 151.84º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6BF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB165214191-
CMYK0.2300.110.16
HSL151.84º37.4%74.31%-
HSV(B)151.84º22.9%83.92%-
XYZ48.9759.8558.26-
YUV196.73124.77105.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 191 (75% from 255) = 33.51%
R=28.95%
G=37.54%
B=33.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141910.2300.110.16151.8437.474.31
HexA5D6BF170B1098254a
Octal245326277270132023045112
Binary101001011101011010111111101110101110000100110001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6BF; }

 p { color: rgb(165,214,191); }

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

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

 a { background-color: rgb(165,214,191); }

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

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

 span { border-color: rgb(165,214,191); }

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