#A3DEBE

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

Shades of Vista Blue #A3DEBE

Tints of Vista Blue #A3DEBE

Color information

#A3DEBE (or 0xA3DEBE) is unknown color: approx Vista Blue. HEX triplet: A3, DE and BE. RGB value is (163,222,190). Sum of RGB (Red+Green+Blue) = 163+222+190=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEBE is #5C2141. Grayscale: #C8C8C8. Windows color (decimal): -6037826 or 12508835. OLE color: 12508835.

HSL color Cylindrical-coordinate representation of color #A3DEBE: hue angle of 147.46º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEBE is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB163222190-
CMYK0.2700.140.13
HSL147.46º47.2%75.49%-
HSV(B)147.46º26.58%87.06%-
XYZ50.5263.7558.36-
YUV200.71121.95101.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.35%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=28.35%
G=38.61%
B=33.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221900.2700.140.13147.4647.275.49
HexA3DEBE1B0ED932f4b
Octal243336276330161522357113
Binary10100011110111101011111011011011101101100100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEBE; }

 p { color: rgb(163,222,190); }

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

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

 a { background-color: rgb(163,222,190); }

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

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

 span { border-color: rgb(163,222,190); }

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