#A5D5BF

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

Shades of Vista Blue #A5D5BF

Tints of Vista Blue #A5D5BF

Color information

#A5D5BF (or 0xA5D5BF) is unknown color: approx Vista Blue. HEX triplet: A5, D5 and BF. RGB value is (165,213,191). Sum of RGB (Red+Green+Blue) = 165+213+191=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5BF is #5A2A40. Grayscale: #C4C4C4. Windows color (decimal): -5909057 or 12572069. OLE color: 12572069.

HSL color Cylindrical-coordinate representation of color #A5D5BF: hue angle of 152.5º degrees, saturation: 0.36, 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 #A5D5BF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB165213191-
CMYK0.2300.100.16
HSL152.5º36.36%74.12%-
HSV(B)152.5º22.54%83.53%-
XYZ48.7259.3558.18-
YUV196.14125.1105.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 191 (75% from 255) = 33.57%
R=29.00%
G=37.43%
B=33.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131910.2300.100.16152.536.3674.12
HexA5D5BF170A1098244a
Octal245325277270122023044112
Binary101001011101010110111111101110101010000100110001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5BF; }

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

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

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

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

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

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

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

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