#A5DEB7

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

Shades of Vista Blue #A5DEB7

Tints of Vista Blue #A5DEB7

Color information

#A5DEB7 (or 0xA5DEB7) is unknown color: approx Vista Blue. HEX triplet: A5, DE and B7. RGB value is (165,222,183). Sum of RGB (Red+Green+Blue) = 165+222+183=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEB7 is #5A2148. Grayscale: #C8C8C8. Windows color (decimal): -5906761 or 12050085. OLE color: 12050085.

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

Color convert

RGB165222183-
CMYK0.2600.180.13
HSL138.95º46.34%75.88%-
HSV(B)138.95º25.68%87.06%-
XYZ50.1963.6654.44-
YUV200.51118.12102.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=28.95%
G=38.95%
B=32.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221830.2600.180.13138.9546.3475.88
HexA5DEB71A012D8b2e4c
Octal245336267320221521356114
Binary101001011101111010110111110100100101101100010111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEB7; }

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

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

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

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

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

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

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

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