#A5DCBE

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

Shades of Vista Blue #A5DCBE

Tints of Vista Blue #A5DCBE

Color information

#A5DCBE (or 0xA5DCBE) is unknown color: approx Vista Blue. HEX triplet: A5, DC and BE. RGB value is (165,220,190). Sum of RGB (Red+Green+Blue) = 165+220+190=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCBE is #5A2341. Grayscale: #C8C8C8. Windows color (decimal): -5907266 or 12508325. OLE color: 12508325.

HSL color Cylindrical-coordinate representation of color #A5DCBE: hue angle of 147.27º degrees, saturation: 0.44, 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 #A5DCBE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB165220190-
CMYK0.2500.140.14
HSL147.27º44%75.49%-
HSV(B)147.27º25%86.27%-
XYZ50.462.958.2-
YUV200.14122.28102.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=28.70%
G=38.26%
B=33.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201900.2500.140.14147.274475.49
HexA5DCBE190EE932c4b
Octal245334276310161622354113
Binary10100101110111001011111011001011101110100100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCBE; }

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

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

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

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

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

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

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

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