#A5E0C1

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

Shades of Vista Blue #A5E0C1

Tints of Vista Blue #A5E0C1

Color information

#A5E0C1 (or 0xA5E0C1) is unknown color: approx Vista Blue. HEX triplet: A5, E0 and C1. RGB value is (165,224,193). Sum of RGB (Red+Green+Blue) = 165+224+193=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0C1 is #5A1F3E. Grayscale: #CACACA. Windows color (decimal): -5906239 or 12705957. OLE color: 12705957.

HSL color Cylindrical-coordinate representation of color #A5E0C1: hue angle of 148.47º 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 #A5E0C1 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB165224193-
CMYK0.2600.140.12
HSL148.47º48.76%76.27%-
HSV(B)148.47º26.34%87.84%-
XYZ51.865.1660.3-
YUV202.82122.45101.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=28.35%
G=38.49%
B=33.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652241930.2600.140.12148.4748.7676.27
HexA5E0C11A0EC94314c
Octal245340301320161422461114
Binary10100101111000001100000111010011101100100101001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0C1; }

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

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

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

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

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

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

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

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