#A3CEB9

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

Shades of Vista Blue #A3CEB9

Tints of Vista Blue #A3CEB9

Color information

#A3CEB9 (or 0xA3CEB9) is unknown color: approx Vista Blue. HEX triplet: A3, CE and B9. RGB value is (163,206,185). Sum of RGB (Red+Green+Blue) = 163+206+185=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEB9 is #5C3146. Grayscale: #BEBEBE. Windows color (decimal): -6041927 or 12177059. OLE color: 12177059.

HSL color Cylindrical-coordinate representation of color #A3CEB9: hue angle of 150.7º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEB9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB163206185-
CMYK0.2100.100.19
HSL150.7º30.5%72.35%-
HSV(B)150.7º20.87%80.78%-
XYZ45.9355.4354.18-
YUV190.75124.75108.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=29.42%
G=37.18%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061850.2100.100.19150.730.572.35
HexA3CEB9150A13971e48
Octal243316271250122322736110
Binary10100011110011101011100110101010101001110010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEB9; }

 p { color: rgb(163,206,185); }

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

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

 a { background-color: rgb(163,206,185); }

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

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

 span { border-color: rgb(163,206,185); }

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