#A5DEBA

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

Shades of Vista Blue #A5DEBA

Tints of Vista Blue #A5DEBA

Color information

#A5DEBA (or 0xA5DEBA) is unknown color: approx Vista Blue. HEX triplet: A5, DE and BA. RGB value is (165,222,186). Sum of RGB (Red+Green+Blue) = 165+222+186=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEBA is #5A2145. Grayscale: #C8C8C8. Windows color (decimal): -5906758 or 12246693. OLE color: 12246693.

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

Color convert

RGB165222186-
CMYK0.2600.160.13
HSL142.11º46.34%75.88%-
HSV(B)142.11º25.68%87.06%-
XYZ50.563.7956.1-
YUV200.85119.62102.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=28.80%
G=38.74%
B=32.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221860.2600.160.13142.1146.3475.88
HexA5DEBA1A010D8e2e4c
Octal245336272320201521656114
Binary101001011101111010111010110100100001101100011101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEBA; }

 p { color: rgb(165,222,186); }

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

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

 a { background-color: rgb(165,222,186); }

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

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

 span { border-color: rgb(165,222,186); }

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