#A5DDBF

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

Shades of Vista Blue #A5DDBF

Tints of Vista Blue #A5DDBF

Color information

#A5DDBF (or 0xA5DDBF) is unknown color: approx Vista Blue. HEX triplet: A5, DD and BF. RGB value is (165,221,191). Sum of RGB (Red+Green+Blue) = 165+221+191=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDBF is #5A2240. Grayscale: #C8C8C8. Windows color (decimal): -5907009 or 12574117. OLE color: 12574117.

HSL color Cylindrical-coordinate representation of color #A5DDBF: hue angle of 147.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDBF is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB165221191-
CMYK0.2500.140.13
HSL147.86º45.16%75.69%-
HSV(B)147.86º25.34%86.67%-
XYZ50.7863.4758.87-
YUV200.84122.45102.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 191 (75% from 255) = 33.10%
R=28.60%
G=38.30%
B=33.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211910.2500.140.13147.8645.1675.69
HexA5DDBF190ED942d4c
Octal245335277310161522455114
Binary10100101110111011011111111001011101101100101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDBF; }

 p { color: rgb(165,221,191); }

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

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

 a { background-color: rgb(165,221,191); }

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

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

 span { border-color: rgb(165,221,191); }

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