#A5D2BE

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

Shades of Vista Blue #A5D2BE

Tints of Vista Blue #A5D2BE

Color information

#A5D2BE (or 0xA5D2BE) is unknown color: approx Vista Blue. HEX triplet: A5, D2 and BE. RGB value is (165,210,190). Sum of RGB (Red+Green+Blue) = 165+210+190=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2BE is #5A2D41. Grayscale: #C2C2C2. Windows color (decimal): -5909826 or 12505765. OLE color: 12505765.

HSL color Cylindrical-coordinate representation of color #A5D2BE: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2BE is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB165210190-
CMYK0.2100.100.18
HSL153.33º33.33%73.53%-
HSV(B)153.33º21.43%82.35%-
XYZ47.8657.8157.35-
YUV194.26125.59107.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=29.20%
G=37.17%
B=33.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101900.2100.100.18153.3333.3373.53
HexA5D2BE150A1299214a
Octal245322276250122223141112
Binary101001011101001010111110101010101010010100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2BE; }

 p { color: rgb(165,210,190); }

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

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

 a { background-color: rgb(165,210,190); }

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

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

 span { border-color: rgb(165,210,190); }

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