#A5DEBB

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

Shades of Vista Blue #A5DEBB

Tints of Vista Blue #A5DEBB

Color information

#A5DEBB (or 0xA5DEBB) is unknown color: approx Vista Blue. HEX triplet: A5, DE and BB. RGB value is (165,222,187). Sum of RGB (Red+Green+Blue) = 165+222+187=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEBB is #5A2144. Grayscale: #C9C9C9. Windows color (decimal): -5906757 or 12312229. OLE color: 12312229.

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

Color convert

RGB165222187-
CMYK0.2600.160.13
HSL143.16º46.34%75.88%-
HSV(B)143.16º25.68%87.06%-
XYZ50.6163.8356.67-
YUV200.97120.12102.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=28.75%
G=38.68%
B=32.58%

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
Decimal1652221870.2600.160.13143.1646.3475.88
HexA5DEBB1A010D8f2e4c
Octal245336273320201521756114
Binary101001011101111010111011110100100001101100011111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEBB; }

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

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

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

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

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

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

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

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