#A5D5BA

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

Shades of Vista Blue #A5D5BA

Tints of Vista Blue #A5D5BA

Color information

#A5D5BA (or 0xA5D5BA) is unknown color: approx Vista Blue. HEX triplet: A5, D5 and BA. RGB value is (165,213,186). Sum of RGB (Red+Green+Blue) = 165+213+186=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5BA is #5A2A45. Grayscale: #C3C3C3. Windows color (decimal): -5909062 or 12244389. OLE color: 12244389.

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

Color convert

RGB165213186-
CMYK0.2300.130.16
HSL146.25º36.36%74.12%-
HSV(B)146.25º22.54%83.53%-
XYZ48.1759.1355.33-
YUV195.57122.6106.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=29.26%
G=37.77%
B=32.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131860.2300.130.16146.2536.3674.12
HexA5D5BA170D1092244a
Octal245325272270152022244112
Binary101001011101010110111010101110110110000100100101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5BA; }

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

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

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

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

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

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

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

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