#A5E0BF

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

Shades of Vista Blue #A5E0BF

Tints of Vista Blue #A5E0BF

Color information

#A5E0BF (or 0xA5E0BF) is unknown color: approx Vista Blue. HEX triplet: A5, E0 and BF. RGB value is (165,224,191). Sum of RGB (Red+Green+Blue) = 165+224+191=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0BF is #5A1F40. Grayscale: #CACACA. Windows color (decimal): -5906241 or 12574885. OLE color: 12574885.

HSL color Cylindrical-coordinate representation of color #A5E0BF: hue angle of 146.44º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0BF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB165224191-
CMYK0.2600.150.12
HSL146.44º48.76%76.27%-
HSV(B)146.44º26.34%87.84%-
XYZ51.5865.0759.13-
YUV202.6121.45101.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 191 (75% from 255) = 32.93%
R=28.45%
G=38.62%
B=32.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652241910.2600.150.12146.4448.7676.27
HexA5E0BF1A0FC92314c
Octal245340277320171422261114
Binary10100101111000001011111111010011111100100100101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0BF; }

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

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

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

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

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

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

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

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