#A5DBB9

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

Shades of Vista Blue #A5DBB9

Tints of Vista Blue #A5DBB9

Color information

#A5DBB9 (or 0xA5DBB9) is unknown color: approx Vista Blue. HEX triplet: A5, DB and B9. RGB value is (165,219,185). Sum of RGB (Red+Green+Blue) = 165+219+185=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBB9 is #5A2446. Grayscale: #C7C7C7. Windows color (decimal): -5907527 or 12180389. OLE color: 12180389.

HSL color Cylindrical-coordinate representation of color #A5DBB9: hue angle of 142.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBB9 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB165219185-
CMYK0.2500.160.14
HSL142.22º42.86%75.29%-
HSV(B)142.22º24.66%85.88%-
XYZ49.6162.1755.28-
YUV198.98120.11103.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=29.00%
G=38.49%
B=32.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191850.2500.160.14142.2242.8675.29
HexA5DBB919010E8e2b4b
Octal245333271310201621653113
Binary101001011101101110111001110010100001110100011101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBB9; }

 p { color: rgb(165,219,185); }

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

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

 a { background-color: rgb(165,219,185); }

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

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

 span { border-color: rgb(165,219,185); }

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