#A5D8BA

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

Shades of Vista Blue #A5D8BA

Tints of Vista Blue #A5D8BA

Color information

#A5D8BA (or 0xA5D8BA) is unknown color: approx Vista Blue. HEX triplet: A5, D8 and BA. RGB value is (165,216,186). Sum of RGB (Red+Green+Blue) = 165+216+186=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8BA is #5A2745. Grayscale: #C5C5C5. Windows color (decimal): -5908294 or 12245157. OLE color: 12245157.

HSL color Cylindrical-coordinate representation of color #A5D8BA: hue angle of 144.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8BA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB165216186-
CMYK0.2400.140.15
HSL144.71º39.53%74.71%-
HSV(B)144.71º23.61%84.71%-
XYZ48.9460.6655.58-
YUV197.33121.6104.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.10%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=29.10%
G=38.10%
B=32.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161860.2400.140.15144.7139.5374.71
HexA5D8BA180EF91284b
Octal245330272300161722150113
Binary10100101110110001011101011000011101111100100011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D8BA; }

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

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

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

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

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

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

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

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