#A5D3BA

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

Shades of Vista Blue #A5D3BA

Tints of Vista Blue #A5D3BA

Color information

#A5D3BA (or 0xA5D3BA) is unknown color: approx Vista Blue. HEX triplet: A5, D3 and BA. RGB value is (165,211,186). Sum of RGB (Red+Green+Blue) = 165+211+186=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3BA is #5A2C45. Grayscale: #C2C2C2. Windows color (decimal): -5909574 or 12243877. OLE color: 12243877.

HSL color Cylindrical-coordinate representation of color #A5D3BA: hue angle of 147.39º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3BA is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB165211186-
CMYK0.2200.120.17
HSL147.39º34.33%73.73%-
HSV(B)147.39º21.8%82.75%-
XYZ47.6758.1355.16-
YUV194.4123.26107.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=29.36%
G=37.54%
B=33.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111860.2200.120.17147.3934.3373.73
HexA5D3BA160C1193224a
Octal245323272260142122342112
Binary101001011101001110111010101100110010001100100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3BA; }

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

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

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

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

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

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

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

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